aboutsummaryrefslogtreecommitdiff
path: root/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
AgeCommit message (Expand)Author
2013-05-03Re-apply 180974 with the build error fixed. This was the resultTed Kremenek
2013-05-03Revert "Change LocationContextMap to be a temporary instead of shared variabl...Rafael Espindola
2013-05-02Change LocationContextMap to be a temporary instead of shared variable in Bug...Ted Kremenek
2013-01-30[analyzer] Move report false positive suppression to report visitors.Anna Zaks
2013-01-19[analyzer] Suppress warnings coming out of macros defined in sys/queue.hAnna Zaks
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-08[analyzer] Include the bug uniqueing location in the issue_hash.Anna Zaks
2012-12-07[analyzer] Fix r168019 to work with unpruned paths as well.Jordan Rose
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-11-15[analyzer] Make sure calls in synthesized functions have valid path locations.Jordan Rose
2012-11-02[analyzer] Rename 'EmitReport' to 'emitReport'.Jordan Rose
2012-10-11Remove pointless classof()'s.Sean Silva
2012-09-22[analyzer] Allow a BugReport to be marked "invalid" during path generation.Jordan Rose
2012-09-21Implement faux-body-synthesis of well-known functions in the static analyzer ...Ted Kremenek
2012-08-31[analyzer] Ensure that PathDiagnostics profile the same regardless of path.Jordan Rose
2012-08-29[analyzer] Improved diagnostic pruning for calls initializing values.Anna Zaks
2012-08-16Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek
2012-05-31Allow some BugReports to opt-out of PathDiagnostic callstack pruning until we...Ted Kremenek
2012-04-05Require that all static analyzer issues have a category. As part of this cha...Ted Kremenek
2012-04-04Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek
2012-04-01Analyzer: Store BugReports directly in a ilist instead of adding another laye...Benjamin Kramer
2012-03-24[analyzer] Restart path diagnostic generation if any of the visitors change t...Jordy Rose
2012-03-09[analyzer] Implement basic path diagnostic pruning based on "interesting" sym...Ted Kremenek
2012-02-23[analyzer] Malloc: unique leak reports by allocation site.Anna Zaks
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-09-26Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397David Blaikie
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-20[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks
2011-09-19[analyzer] BugReport has a profile method, so reuse it here.Anna Zaks
2011-08-28[analyzer] Header cleanup to decrease coupling (and recompilation). No functi...Jordy Rose
2011-08-24[analyzer] Allow checker writes to specify that no region should be accosiate...Anna Zaks
2011-08-22Static Analyzer Diagnostics: Allow checkers to add ExtraDescriptiveText, now ...Anna Zaks
2011-08-20Static Analyzer Diagnostics: Move the responsibility for generating the endOf...Anna Zaks
2011-08-19Static Analyzer Diagnostics: Switch CFRefCount to using the new visitor API. ...Anna Zaks
2011-08-19Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...Anna Zaks
2011-08-19Fix a memory leak in the analyzer - BugReports didn't get freed. Plus, remove...Anna Zaks
2011-08-18Static Analyzer Diagnostics: Move custom diagnostic visitors from BugReporter...Anna Zaks
2011-08-18Fix a regression form r137894. Make sure the custom BugReporterVisitors get r...Anna Zaks
2011-08-17Add more comments for BugReport.Anna Zaks
2011-08-17Remove DiagBugReport by pulling it into its parent BugReport.Anna Zaks
2011-08-17Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks
2011-08-17Add a bit more comments to the BugReporter and friends.Anna Zaks
2011-08-15Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek
2011-08-12Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek
2011-08-06[analyzer] Start sketching out a new BugReporterVisitor that inspects branche...Ted Kremenek
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-03-14Incorporate source ranges for RangeBugReport when coelescing reports into equ...Ted Kremenek
2011-02-23[analyzer] Refactor BugTypes and their ownership model.Argyrios Kyrtzidis
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek