]> granicus.if.org Git - clang/commit
Fix crash on invalid.
authorRichard Trieu <rtrieu@google.com>
Tue, 6 Feb 2018 02:58:21 +0000 (02:58 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 6 Feb 2018 02:58:21 +0000 (02:58 +0000)
commite77fed96933e0fa11bd4cd8dc8a198a34649c6ea
treea8e0ecf184c0e983f5221493380aaaeff15e233a
parent17c87e81262af4be650cc49dcdee6794d6c4cb27
Fix crash on invalid.

Don't call a method when the pointer is null.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324308 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaCXX/lambda-expressions.cpp