summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add the misc-init-local-variables check.Aaron Ballman2019-10-021-0/+1
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-121-0/+1
* [clang-tidy] Avoid C arrays checkRoman Lebedev2018-11-141-0/+1
* [clang-tidy] implement cppcoreguidelines macro rulesJonas Toth2018-10-221-0/+1
* [Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko2018-09-201-1/+1
* Adding the readability module to the list of dependencies for the C++ Core Gu...Aaron Ballman2018-08-121-0/+1
* [clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet2018-05-231-0/+1
* [clang-tidy] implement check for gotoJonas Toth2018-01-171-0/+1
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-121-0/+1
* [clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth2017-09-121-1/+0
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-121-0/+1
* [Clang-tidy] check for malloc, realloc and free callsAlexander Kornienko2016-12-131-0/+1
* [clang-tidy] add check cppcoreguidelines-special-member-functionsJonathan Coe2016-07-301-0/+1
* Revert "Revert "[clang-tidy] new cppcoreguidelines-slicing""Clement Courbet2016-07-221-0/+1
* Revert "[clang-tidy] new cppcoreguidelines-slicing"Clement Courbet2016-07-221-1/+0
* [clang-tidy] new cppcoreguidelines-slicingClement Courbet2016-07-221-0/+1
* [clang-tidy] cppcoreguidelines-interfaces-global-initAlexander Kornienko2016-04-081-0/+1
* [clang-tidy] ClangTidy check to flag uninitialized builtin and pointer fields.Felix Berger2016-02-151-0/+1
* [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-indexMatthias Gehre2015-12-131-0/+1
* Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant...NAKAMURA Takumi2015-11-181-1/+0
* [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-indexMatthias Gehre2015-11-171-0/+1
* [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-castMatthias Gehre2015-11-081-0/+1
* [clang-tidy] Add new check cppcoreguidelines-pro-bounds-array-to-pointer-decayMatthias Gehre2015-10-261-0/+1
* [clang-tidy] add check cppcoreguidelines-pro-type-varargMatthias Gehre2015-10-211-1/+1
* [clang-tidy] add check cppcoreguidelines-pro-type-union-accessMatthias Gehre2015-10-161-0/+1
* [clang-tidy] add cert's VariadicFunctionDefCheck as cppcoreguidelines-pro-typ...Matthias Gehre2015-10-151-0/+1
* Appeasing build bots by linking in the proper libraries.Aaron Ballman2015-10-131-0/+1
* [clang-tidy] new check cppcoreguidelines-pro-bounds-pointer-arithmeticMatthias Gehre2015-10-121-0/+1
* [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcastMatthias Gehre2015-10-121-0/+1
* Add checker for the C++ Core Guidelines: cppcoreguidelines-pro-type-const-cast.Aaron Ballman2015-10-071-0/+1
* Add a new module for the C++ Core Guidelines, and the first checker for those...Aaron Ballman2015-10-061-0/+15
OpenPOWER on IntegriCloud