This revision was automatically updated to reflect the committed changes.
Closed by commit rGa6f9077b16da: [clang] Check for nullptr when instantiating
late attrs (authored by adamcz).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94933/new/
https:/
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
this looks reasonable to me, thanks for tracking it down!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94933/new/
https://reviews.llvm.org/D949
adamcz created this revision.
adamcz added a reviewer: hokein.
Herald added subscribers: usaxena95, kadircet.
adamcz requested review of this revision.
Herald added subscribers: cfe-commits, ilya-biryukov.
Herald added a project: clang.
This was already done in SemaTemplateInstantiateDecl.cpp, but