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
/
Checkers
/
PaddingChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
[analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...
Kristof Umann
2018-11-05
1
-1
/
+2
*
[analyzer] Allow padding checker to traverse simple class hierarchies
Alexander Shaposhnikov
2018-10-30
1
-8
/
+30
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
Clean carriage returns from lib/ and include/. NFC.
Malcolm Parsons
2018-04-16
1
-330
/
+330
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-1
/
+1
*
Re-commit r321223, which adds a printing policy to the ASTDumper.
Aaron Ballman
2017-12-21
1
-328
/
+330
*
Reverting r321223 and its follow-up commit because of failing bots due to Mis...
Aaron Ballman
2017-12-20
1
-330
/
+328
*
Add a printing policy to the ASTDumper.
Aaron Ballman
2017-12-20
1
-328
/
+330
*
StaticAnalyzer: Report found fields order in PaddingChecker
Saleem Abdulrasool
2016-08-15
1
-22
/
+36
*
StaticAnalyzer: Avoid an unintentional copy
Justin Bogner
2016-03-22
1
-1
/
+1
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-2
/
+2
*
[PATCH] Adding checker to detect excess padding in records
Ben Craig
2015-12-14
1
-0
/
+314