index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Core
/
SarifDiagnostics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Correct the spelling of helpURI to helpUri.
Aaron Ballman
2019-01-10
1
-1
/
+1
*
Allow direct navigation to static analysis checker documentation through SARI...
Aaron Ballman
2018-12-20
1
-2
/
+19
*
Using llvm::find_if() instead of a range-based for loop; NFC.
Aaron Ballman
2018-12-14
1
-12
/
+9
*
Update our SARIF support from 10-10 to 11-28.
Aaron Ballman
2018-12-14
1
-25
/
+54
*
Convert a condition into an assertion per post-review feedback; NFC intended.
Aaron Ballman
2018-11-12
1
-20
/
+19
*
[analyzer] Drastically simplify the tblgen files used for checkers
Kristof Umann
2018-11-12
1
-1
/
+1
*
Don't use std::next() on an input iterator; NFC.
Aaron Ballman
2018-11-06
1
-19
/
+21
*
Output "rule" information in SARIF exports.
Aaron Ballman
2018-11-01
1
-0
/
+38
*
Update to the 10-10 SARIF spec.
Aaron Ballman
2018-11-01
1
-8
/
+7
*
Silencing a -Wunused-variable warning; NFC.
Aaron Ballman
2018-10-30
1
-2
/
+0
*
Fixing some build bot failures from r345628; NFC intended.
Aaron Ballman
2018-10-30
1
-1
/
+1
*
Add the ability to output static analysis results to SARIF.
Aaron Ballman
2018-10-30
1
-0
/
+270