summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix a couple of bugs in HTML report generation.Artem Dergachev2020-02-101-1/+10
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-121-2/+3
* [analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev2019-09-111-1/+1
* [analyzer][NFC] Refactoring BugReporter.cpp P3.: std::shared_pointer<PathDiag...Kristof Umann2019-08-131-10/+8
* [analyzer] ConditionBRVisitor: Fix HTML PathDiagnosticPopUpPiecesCsaba Dabis2019-08-091-5/+4
* [CrossTU] Added CTU argument to diagnostic consumer create fn.Balazs Keri2019-07-231-8/+8
* [analyzer] PathDiagnosticPopUpPiece: working with CharSourceRangeCsaba Dabis2019-06-051-3/+3
* [analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPieceCsaba Dabis2019-05-291-14/+110
* Use llvm::is_contained. NFCFangrui Song2019-02-101-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [analyzer] Evaluate all non-checker config options before analysisKristof Umann2018-11-301-1/+1
* [analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameterGeorge Karpenkov2018-09-281-5/+4
* [analyzer] [NFC] Move methods for dumping the coverage in HTMLDiagnostics int...George Karpenkov2018-09-071-5/+12
* [analyzer] [NFC] Use StringRef when returning a large string literal in HTMLD...George Karpenkov2018-09-071-5/+6
* [analyzer] Executed lines: store file IDs, not hashes.George Karpenkov2018-09-071-1/+1
* [analyzer] Push updating-the-executed-lines logic into the BugReporter.George Karpenkov2018-09-071-16/+1
* [analyzer] Fix keyboard navigation for .msgNote eventsGeorge Karpenkov2018-08-111-1/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [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
OpenPOWER on IntegriCloud