]> granicus.if.org Git - clang/history - include/clang/Analysis/PathDiagnostic.h
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Analysis / PathDiagnostic.h
2019-09-12 Kristof Umann[analyzer][NFC] Fix inconsistent references to checkers...
2019-09-11 Artem Dergachev[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.
2010-01-25 Ted KremenekSplit libAnalysis into two libraries: libAnalysis and...
2009-12-19 Daniel DunbarRemove ';' after method definition. Noticed by clang...
2009-12-11 Benjamin KramerSwitch PathDiagnostic to StringRef.
2009-12-03 Ted KremenekConvert some methods in PathDiagnostic to return String...
2009-11-28 Benjamin KramerMissed a forward declaration.
2009-11-28 Benjamin KramerCleanup includes and forward decls.
2009-11-05 Daniel DunbarRemove unused SetPreprocessor method.
2009-11-05 Ted KremenekActing on Daniel's nagging, remove PathDiagnosticClient...
2009-09-18 Ted KremenekReintroduce FoldingSet profiling for PathDiagnostics.
2009-09-18 Ted KremenekRevert most of r82198, which was causing a large number...
2009-09-18 Ted KremenekIntroduce caching of diagnostics in BugReporter. This...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-05-11 Ted KremenekBugReport::getEndPath() - Only add a Stmt's range to...
2009-04-29 Ted KremenekBugReporter/PathDiagnostics:
2009-04-22 Ted KremenekAdd PathDiagnosticRange to PathDiagnostics. These simpl...
2009-04-17 Chris Lattnerrefactor htmldiags to be created up front like the...
2009-04-11 Ted KremenekImplement analyzer support for OSCompareAndSwap. This...
2009-04-06 Ted KremenekPathDiagnosticLocation now also wraps Decls.
2009-04-02 Ted KremenekHack: Add 'PathDiagnostic::flattenLocations()'. Because...
2009-04-01 Ted Kremenek- Changed PathDiagnosticPiece::getLocation() to return...
2009-03-31 Ted KremenekAllow two codepaths for PathDiagnostic generation....
2009-03-28 Ted KremenekAdd comparison operators for PathDiagosticLocation.
2009-03-27 Ted KremenekMove declaration of 'PathDiagnostic' to the end of...
2009-03-27 Ted KremenekPathDiagnostic: replace 'std::list' with 'std::deque'
2009-03-27 Ted KremenekAdd iterators to PathDiagnosticControlFlowDiagnostic...
2009-03-27 Ted KremenekBugReporter:
2009-03-27 Ted Kremenek- Fix thinko in implementation of PathDiagnosticLocatio...
2009-03-26 Ted Kremenek- Add class PathDiagosticLocationPair.
2009-03-26 Ted KremenekImplement PathDiagnosticLocation::asRange() and PathDia...
2009-03-26 Ted Kremenek- Implement PathDiagnosticLocation::asLocation.
2009-03-26 Ted KremenekPathDiagnostics (analyzer):
2009-03-12 Ted KremenekPathDiagnostics:
2009-03-10 Ted KremenekPathDiagnosticControlFlowPiece:
2009-03-06 Ted KremenekCreate PathDiagnosticPiece subclasses PathDiagnosticEve...
2009-03-06 Ted KremenekRe-order contents of file. No functionality change.
2009-03-06 Ted KremenekStart work on subclassing PathDiagnosticPiece to distin...
2009-03-06 Ted KremenekUse list instead of vector for storing strings.
2009-03-06 Ted KremenekFix regression: initialize 'size' for PathDiagnostic...
2009-03-06 Ted KremenekLike PathDiagnosticPieces, strip trailing periods at...
2009-03-02 Ted KremenekAdd a 'kind' field to PathDiagnosticPieces.
2009-02-26 Ted KremenekPathDiagnosticPiece now automatically strips off traili...
2009-02-26 Douglas GregorIntroduce code modification hints into the diagnostics...
2009-01-27 Ted KremenekPathDiagnostics:
2008-11-18 Chris LattnerThis reworks some of the Diagnostic interfaces a bit...
2008-11-18 Chris LattnerChange the diagnostics interface to take an array of...
2008-09-20 Ted KremenekAdd "category" to BugTypes, allowing bugs to be grouped.
2008-07-23 Ted KremenekUse typedef range_iterator instead of SourceRange*...
2008-05-06 Ted KremenekAdded "DisplayHint" to PathDiagnosticPiece to provide...
2008-04-30 Ted Kremenekadded preliminary diagnostics in scan-build results...
2008-04-22 Ted KremenekPathDiagnosticClients now retain ownership of passed...
2008-04-02 Ted KremenekFix initialization bug.
2008-04-02 Ted KremenekAdded "back()" method to PathDiagnostic to access the...
2008-04-02 Ted KremenekAdded "description" field to PathDiagnostic.
2008-03-27 Ted KremenekPathDiagnosticPiece no longer contains a vector of...
2008-03-27 Ted KremenekAdded classes "PathDiagnosticPiece", "PathDiagnostic...