]> granicus.if.org Git - clang/history - include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
Header guard canonicalization, clang part.
[clang] / include / clang / StaticAnalyzer / Core / BugReporter / BugReporter.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-15 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-11 Alexander KornienkoExpose the name of the checker producing each diagnosti...
2013-10-07 Jordan Rose[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
2013-05-16 Anna Zaks[analyzer] Add an option to use the last location in...
2013-05-03 Ted KremenekRe-apply 180974 with the build error fixed. This was...
2013-05-03 Rafael EspindolaRevert "Change LocationContextMap to be a temporary...
2013-05-02 Ted KremenekChange LocationContextMap to be a temporary instead...
2013-01-30 Anna Zaks[analyzer] Move report false positive suppression to...
2013-01-19 Anna Zaks[analyzer] Suppress warnings coming out of macros defin...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2013-01-08 Anna Zaks[analyzer] Include the bug uniqueing location in the...
2012-12-07 Jordan Rose[analyzer] Fix r168019 to work with unpruned paths...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-11-15 Jordan Rose[analyzer] Make sure calls in synthesized functions...
2012-11-02 Jordan Rose[analyzer] Rename 'EmitReport' to 'emitReport'.
2012-10-11 Sean SilvaRemove pointless classof()'s.
2012-09-22 Jordan Rose[analyzer] Allow a BugReport to be marked "invalid...
2012-09-21 Ted KremenekImplement faux-body-synthesis of well-known functions...
2012-08-31 Jordan Rose[analyzer] Ensure that PathDiagnostics profile the...
2012-08-29 Anna Zaks[analyzer] Improved diagnostic pruning for calls initia...
2012-08-16 Ted KremenekAllow multiple PathDiagnosticConsumers to be used with...
2012-05-31 Ted KremenekAllow some BugReports to opt-out of PathDiagnostic...
2012-04-05 Ted KremenekRequire that all static analyzer issues have a category...
2012-04-04 Ted KremenekInclude the "issue context" (e.g. function or method...
2012-04-01 Benjamin KramerAnalyzer: Store BugReports directly in a ilist instead...
2012-03-24 Jordy Rose[analyzer] Restart path diagnostic generation if any...
2012-03-09 Ted Kremenek[analyzer] Implement basic path diagnostic pruning...
2012-02-23 Anna Zaks[analyzer] Malloc: unique leak reports by allocation...
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-09-26 David BlaikieRename PathDiagnosticClient to PathDiagnosticConsumer...
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-09-20 Anna Zaks[analyzer] Refactor PathDiagnosticLocation: Make PathDi...
2011-09-19 Anna Zaks[analyzer] BugReport has a profile method, so reuse...
2011-08-28 Jordy Rose[analyzer] Header cleanup to decrease coupling (and...
2011-08-24 Anna Zaks[analyzer] Allow checker writes to specify that no...
2011-08-22 Anna ZaksStatic Analyzer Diagnostics: Allow checkers to add...
2011-08-20 Anna ZaksStatic Analyzer Diagnostics: Move the responsibility...
2011-08-19 Anna ZaksStatic Analyzer Diagnostics: Switch CFRefCount to using...
2011-08-19 Anna ZaksStatic Analyzer Diagnostics: Kill the addVisitorCreator...
2011-08-19 Anna ZaksFix a memory leak in the analyzer - BugReports didn...
2011-08-18 Anna ZaksStatic Analyzer Diagnostics: Move custom diagnostic...
2011-08-18 Anna ZaksFix a regression form r137894. Make sure the custom...
2011-08-17 Anna ZaksAdd more comments for BugReport.
2011-08-17 Anna ZaksRemove DiagBugReport by pulling it into its parent...
2011-08-17 Anna ZaksRemove EnhancedBugReport and RangedBugReport - pull...
2011-08-17 Anna ZaksAdd a bit more comments to the BugReporter and friends.
2011-08-15 Ted KremenekRename GRState to ProgramState, and cleanup some code...
2011-08-12 Ted KremenekCleanup various declarations of 'Stmt*' to be 'Stmt...
2011-08-06 Ted Kremenek[analyzer] Start sketching out a new BugReporterVisitor...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-04-15 Chris Lattnerfix a bunch of comment typos found by codespell. Patch by
2011-03-14 Ted KremenekIncorporate source ranges for RangeBugReport when coele...
2011-02-23 Argyrios Kyrtzidis[analyzer] Refactor BugTypes and their ownership model.
2011-02-10 Ted KremenekSplit 'include/clang/StaticAnalyzer' into 'include...