Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Explicitly set an -std level for the analyzer test. | George Karpenkov | 2018-03-14 | 1 | -1/+1 |
| | | | | llvm-svn: 327591 | ||||
* | [analyzer] Prevent crashing in NonNullParamChecker | George Karpenkov | 2018-03-02 | 1 | -0/+11 |
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 llvm-svn: 326520 |