Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prior to adding the new "expected-no-diagnostics" directive to ↵ | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
| | | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280 | ||||
* | Fix analyzer tests. | Ted Kremenek | 2012-08-24 | 1 | -1/+1 |
| | | | | llvm-svn: 162588 | ||||
* | [analyzer] Guard against C++ member functions that look like system functions. | Jordan Rose | 2012-07-10 | 1 | -0/+21 |
C++ method calls and C function calls both appear as CallExprs in the AST. This was causing crashes for an object that had a 'free' method. <rdar://problem/11822244> llvm-svn: 160029 |