Commit Graph

2 Commits

Author SHA1 Message Date
George Karpenkov aec0249eaf [analyzer] Explicitly set an -std level for the analyzer test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@327591 91177308-0d34-0410-b5e6-96231b3b80d8
2018-03-14 23:50:18 +00:00
George Karpenkov 5d3eb81ee5 [analyzer] Prevent crashing in NonNullParamChecker
https://bugs.llvm.org/show_bug.cgi?id=36381
rdar://37543426

Turns out, the type passed for the lambda capture was incorrect.
One more argument to abandon the getSVal overload which does not require the
type information.

Differential Revision: https://reviews.llvm.org/D43925

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326520 91177308-0d34-0410-b5e6-96231b3b80d8
2018-03-02 00:55:59 +00:00