summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/BugReporterVisitors.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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