summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-151-1/+1
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-051-1/+2
* [analyzer] Allow padding checker to traverse simple class hierarchiesAlexander Shaposhnikov2018-10-301-8/+30
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Clean carriage returns from lib/ and include/. NFC.Malcolm Parsons2018-04-161-330/+330
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-1/+1
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-328/+330
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-330/+328
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-328/+330
* StaticAnalyzer: Report found fields order in PaddingCheckerSaleem Abdulrasool2016-08-151-22/+36
* StaticAnalyzer: Avoid an unintentional copyJustin Bogner2016-03-221-1/+1
* Update for LLVM function name change.Rui Ueyama2016-01-141-2/+2
* [PATCH] Adding checker to detect excess padding in recordsBen Craig2015-12-141-0/+314