summaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-121-4/+4
* [analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev2019-09-111-1/+1
* Update the SARIF exporter to SARIF 2.1Joe Ranieri2019-08-271-43/+42
* Fix a SARIF exporter crash with macro expansionsJoe Ranieri2019-08-271-4/+6
* Fix text range end columns in SARIF to be exclusiveJoe Ranieri2019-08-271-3/+9
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [CrossTU] Added CTU argument to diagnostic consumer create fn.Balazs Keri2019-07-231-4/+4
* [analyzer] SARIF: Add EOF newline; replace diff_sarifHubert Tong2019-06-191-1/+1
* [analyzer] [NFC] PathDiagnostic: Create PathDiagnosticPopUpPieceCsaba Dabis2019-05-291-5/+6
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Correct the spelling of helpURI to helpUri.Aaron Ballman2019-01-101-1/+1
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-201-2/+19
* Using llvm::find_if() instead of a range-based for loop; NFC.Aaron Ballman2018-12-141-12/+9
* Update our SARIF support from 10-10 to 11-28.Aaron Ballman2018-12-141-25/+54
* Convert a condition into an assertion per post-review feedback; NFC intended.Aaron Ballman2018-11-121-20/+19
* [analyzer] Drastically simplify the tblgen files used for checkersKristof Umann2018-11-121-1/+1
* Don't use std::next() on an input iterator; NFC.Aaron Ballman2018-11-061-19/+21
* Output "rule" information in SARIF exports.Aaron Ballman2018-11-011-0/+38
* Update to the 10-10 SARIF spec.Aaron Ballman2018-11-011-8/+7
* Silencing a -Wunused-variable warning; NFC.Aaron Ballman2018-10-301-2/+0
* Fixing some build bot failures from r345628; NFC intended.Aaron Ballman2018-10-301-1/+1
* Add the ability to output static analysis results to SARIF.Aaron Ballman2018-10-301-0/+270