summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/BugReporterVisitors.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-459/+0
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-4/+4
* Start migration of static analyzer to using theTed Kremenek2010-12-161-2/+3
* Rename all 'AssumeXXX' methods in libCheckerTed Kremenek2010-12-011-3/+3
* Reapply 112850 and 112839 with a constructor for the BinaryOperatorData struc...Tom Care2010-09-021-0/+37
* Reverting 112850 and 112839 due to test failures on some systemsTom Care2010-09-021-37/+0
* Improved error reporting in IdempotentOperationCheckerTom Care2010-09-021-0/+37
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-1/+1
* MemRegion can refer to ASTContext without external help.Zhongxing Xu2010-08-111-4/+2
* Constify all references to Stmt* and CFGBlock* in libChecker.Zhongxing Xu2010-07-201-2/+2
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-9/+1
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-2/+2
* Checker: random include cleanup.Benjamin Kramer2010-03-271-0/+1
* Reapply r99024 (but with the memory issue now fixed).Ted Kremenek2010-03-201-0/+49
* Check if a BugReporterVisitor has already been added to a BugReporterContext.Ted Kremenek2010-03-201-2/+16
* Revert r99024, "Augment path diagnostics to include displaying when a messageDaniel Dunbar2010-03-201-47/+4
* Augment path diagnostics to include displaying when a message expressionTed Kremenek2010-03-201-4/+47
* Add simpler checker to check if variables captured by a block are uninitialized.Ted Kremenek2010-02-161-1/+19
* Revert 95541.Ted Kremenek2010-02-081-3/+3
* Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu2010-02-081-3/+3
* Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek2010-01-251-2/+2
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+349
OpenPOWER on IntegriCloud