This revision was automatically updated to reflect the committed changes.
Closed by commit rL314124: [Sema] Null check in BuildDeclarationNameExpr
(authored by kongyi).
Changed prior to commit:
https://reviews.llvm.org/D38158?vs=116279&id=116571#toc
Repository:
rL LLVM
https://reviews.llvm.
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
Repository:
rL LLVM
https://reviews.llvm.org/D38158
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailm
kongyi added a comment.
ping...
Repository:
rL LLVM
https://reviews.llvm.org/D38158
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
kongyi created this revision.
kongyi added a project: clang.
Qualtype may point to null if we cannot infer its type yet.
Fixes PR33843
Repository:
rL LLVM
https://reviews.llvm.org/D38158
Files:
lib/Sema/SemaExpr.cpp
test/SemaCXX/typo-correction-crash.cpp
Index: test/SemaCXX/typo-corre