summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/BugReporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Constify all references to Stmt* and CFGBlock* in libChecker.Zhongxing Xu2010-07-201-10/+10
* Remove Decl::getCompoundBody().Argyrios Kyrtzidis2010-07-071-1/+1
* ExplodedGraph never uses ASTContext, remove it.Zhongxing Xu2010-07-011-1/+1
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-1/+1
* Fix PR 6725. It looks like the copy constructor gets elided during inlining.Zhongxing Xu2010-04-061-1/+1
* Checker: random include cleanup.Benjamin Kramer2010-03-271-0/+1
* merge line.Zhongxing Xu2010-03-231-4/+1
* Delete the new visitor if an old one already exists.Ted Kremenek2010-03-211-1/+3
* Reapply r99024 (but with the memory issue now fixed).Ted Kremenek2010-03-201-0/+2
* Check if a BugReporterVisitor has already been added to a BugReporterContext.Ted Kremenek2010-03-201-0/+15
* Revert r99024, "Augment path diagnostics to include displaying when a messageDaniel Dunbar2010-03-201-2/+0
* Augment path diagnostics to include displaying when a message expressionTed Kremenek2010-03-201-0/+2
* Revert 95541.Ted Kremenek2010-02-081-2/+2
* Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu2010-02-081-2/+2
* 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/+1879
OpenPOWER on IntegriCloud