summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options acces...Ted Kremenek2012-12-191-1/+2
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-5/+5
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-2/+2
* [analyzer] Ensure that PathDiagnostics profile the same regardless of path.Jordan Rose2012-08-311-4/+4
* Rework how PathDiagnosticConsumers pass knowledge of what files theyTed Kremenek2012-08-241-2/+1
* Remove #if 0 that has been around for a long time.Ted Kremenek2012-08-161-20/+0
* Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<Source...Ted Kremenek2012-08-161-2/+4
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-11/+13
* [analyzer] Flatten path diagnostics for text output like we do for HTML.Jordan Rose2012-08-031-33/+1
* [analyzer] Also emit Prev/Next links for macros in HTML output. Oops.Jordan Rose2012-08-021-2/+15
* [analyzer] Add Prev/Next links to the HTML output.Jordan Rose2012-08-021-2/+24
* The Lexer constructor expects a source location at the start of theArgyrios Kyrtzidis2012-05-111-3/+4
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-2/+2
* [analyzer diagnostics] Change CompactPathDiagnostic to recursively compact di...Ted Kremenek2012-03-021-7/+16
* [analyzer diagnostics] Refactor filtration for PathDiagnosticConsumers that d...Ted Kremenek2012-02-281-28/+7
* Reapply r151317, but when computing the PathDiagnostic profile and size keep ...Ted Kremenek2012-02-241-11/+39
* Revert r151317 - Rework PathDiagnostics creation.. - to appease buildbots.Chad Rosier2012-02-241-39/+11
* Rework PathDiagnostic creation so that call stacks are captured by a nested P...Ted Kremenek2012-02-241-11/+39
* Change PathDiagnosticPieces to be reference counted (simplifying their manage...Ted Kremenek2012-02-081-18/+16
* Create PathDiagnosticCallEnter and PathDiagnosticCallExit, to remark calls in...Ted Kremenek2012-02-071-0/+2
* Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...Ted Kremenek2012-01-251-27/+8
* Renaming PathDiagnosticClients.h to PathDiagnosticConsumers.h (issue 5397)David Blaikie2011-09-271-1/+1
* Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-3/+3
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-2/+2
* [analyzer] Rename current PathDiagnosticClient::HandlePathDiagnostic() to Han...Ted Kremenek2011-08-271-2/+2
* Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek2011-08-121-3/+3
* Rename getInstantiationLineNumber to getExpansionLineNumber in bothChandler Carruth2011-07-251-4/+4
* Rename getInstantiationColumnNumber to getExpansionColumnNumber in bothChandler Carruth2011-07-251-2/+2
* Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc.Chandler Carruth2011-07-251-1/+1
* Mechanically rename SourceManager::getInstantiationLoc andChandler Carruth2011-07-251-7/+7
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-9/+9
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-2/+2
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+581
OpenPOWER on IntegriCloud