aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/BugReporterVisitors.cpp
AgeCommit message (Expand)Author
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis
2010-12-16Start migration of static analyzer to using theTed Kremenek
2010-12-01Rename all 'AssumeXXX' methods in libCheckerTed Kremenek
2010-09-02Reapply 112850 and 112839 with a constructor for the BinaryOperatorData struc...Tom Care
2010-09-02Reverting 112850 and 112839 due to test failures on some systemsTom Care
2010-09-02Improved error reporting in IdempotentOperationCheckerTom Care
2010-08-25GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall
2010-08-11MemRegion can refer to ASTContext without external help.Zhongxing Xu
2010-07-20Constify all references to Stmt* and CFGBlock* in libChecker.Zhongxing Xu
2010-04-21Overhaul the AST representation of Objective-C message sendDouglas Gregor
2010-04-17Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer
2010-03-27Checker: random include cleanup.Benjamin Kramer
2010-03-20Reapply r99024 (but with the memory issue now fixed).Ted Kremenek
2010-03-20Check if a BugReporterVisitor has already been added to a BugReporterContext.Ted Kremenek
2010-03-20Revert r99024, "Augment path diagnostics to include displaying when a messageDaniel Dunbar
2010-03-20Augment path diagnostics to include displaying when a message expressionTed Kremenek
2010-02-16Add simpler checker to check if variables captured by a block are uninitialized.Ted Kremenek
2010-02-08Revert 95541.Ted Kremenek
2010-02-08Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu
2010-01-25Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek