summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-4/+2
* [analyzer] Fix filename in cross-file HTML reportMalcolm Parsons2018-05-021-1/+3
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-02-261-51/+39
* [analyzer] Mark lines as relevant even if they weren't executed but have a la...George Karpenkov2018-01-231-92/+113
* [analyzer] Show full analyzer invocation for reproducibility in HTML reportsGeorge Karpenkov2018-01-231-1/+6
* [analyzer] Better UI in html reports for displaying shortcuts helpGeorge Karpenkov2018-01-171-3/+44
* [analyzer] support a mode to only show relevant lines in HTML diagnosticsGeorge Karpenkov2018-01-171-0/+99
* [analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation.George Karpenkov2017-12-211-2/+93
* [Analyzer] Add support for displaying cross-file diagnostic paths in HTML outputDevin Coughlin2017-08-031-105/+209
* Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie2017-01-051-4/+5
* [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)Artem Dergachev2016-10-071-24/+64
* Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-071-64/+24
* [analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev2016-10-071-24/+64
* Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka2016-10-041-64/+24
* [analyzer] Extend bug reports with extra notesArtem Dergachev2016-10-031-24/+64
* Reduce the number of implicit StringRef->std::string conversions by threading...Benjamin Kramer2016-02-131-3/+3
* [StaticAnalyzer] Use front() and back() instead of dereferencing begin() and ...Craig Topper2015-12-241-5/+5
* [analyzer] Fix IssueHash generation.Gabor Horvath2015-12-011-2/+2
* [analyzer] Bug identificationGabor Horvath2015-10-221-1/+13
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-1/+1
* createUniqueFile() is documented to create the file in the temporary director...Cameron Esfahani2015-10-011-1/+6
* 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
OpenPOWER on IntegriCloud