summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't use std::errc.Rafael Espindola2015-06-131-1/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-3/+3
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* One of our buildbot for FreeBSD does not support std::to_string.Sylvestre Ledru2014-06-141-6/+8
* List the function/method name in the index page of scan-buildSylvestre Ledru2014-06-141-0/+4
* With the option '-analyzer-config stable-report-filename=true',Sylvestre Ledru2014-06-141-16/+69
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-2/+2
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-2/+2
* revert "r209526 List the function/method name in the index page of scan-build "Sylvestre Ledru2014-05-231-4/+0
* List the function/method name in the index page of scan-build Sylvestre Ledru2014-05-231-0/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-3/+3
* Use simpler version of llvm::sys::fs::create_directories.Rafael Espindola2014-02-131-3/+1
* [analyzer] Include bug column numbers in HTML output (in a comment).Jordan Rose2013-11-151-0/+4
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-051-3/+2
* Fix PR16547.Rafael Espindola2013-07-051-2/+3
* Port HTMLDiagnostics to PathV2. No intended functionality change.Benjamin Kramer2013-06-121-34/+22
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (thro...Ted Kremenek2013-04-291-9/+9
* [analyzer] Change PathPieces to be a wrapper around an ilist of (through indi...Ted Kremenek2013-04-291-9/+9
* 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
OpenPOWER on IntegriCloud