summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] add check cppcoreguidelines-pro-type-varargMatthias Gehre2015-10-214-4/+114
* [clang-tidy] add check cppcoreguidelines-pro-type-union-accessMatthias Gehre2015-10-164-0/+72
* [clang-tidy] add cert's VariadicFunctionDefCheck as cppcoreguidelines-pro-typ...Matthias Gehre2015-10-152-0/+4
* Appeasing build bots by linking in the proper libraries.Aaron Ballman2015-10-131-0/+1
* Expose the clang-tidy misc-assign-operator-signature checker as cppcoreguidel...Aaron Ballman2015-10-131-0/+3
* [clang-tidy] new check cppcoreguidelines-pro-bounds-pointer-arithmeticMatthias Gehre2015-10-124-0/+91
* [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcastMatthias Gehre2015-10-124-0/+89
* Test commitMatthias Gehre2015-10-111-0/+1
* Fixing links and reformatting code; NFC.Aaron Ballman2015-10-074-8/+6
* Add checker for the C++ Core Guidelines: cppcoreguidelines-pro-type-const-cast.Aaron Ballman2015-10-074-0/+71
* Add a new module for the C++ Core Guidelines, and the first checker for those...Aaron Ballman2015-10-065-0/+132
OpenPOWER on IntegriCloud