summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud