summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the misc-init-local-variables check.Aaron Ballman2019-10-021-0/+3
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* [clang-tidy] added cppcoreguidelines-explicit-virtual-functionsJonas Toth2019-02-281-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Avoid C arrays checkRoman Lebedev2018-11-141-0/+3
* [clang-tidy] implement cppcoreguidelines macro rulesJonas Toth2018-10-221-0/+3
* [clang-tidy] Non-private member variables in classes (MISRA, CppCoreGuideline...Roman Lebedev2018-10-181-0/+13
* [clang-tidy] NFC reorder registering in CppCoreGuidelines moduleJonas Toth2018-10-031-2/+2
* Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman2018-08-121-0/+3
* [clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet2018-05-231-0/+3
* [clang-tidy] implement check for gotoJonas Toth2018-01-171-0/+3
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-121-0/+3
* [clang-tidy] Revert Implement type-based check for gsl::ownerJonas Toth2017-09-121-3/+0
* [clang-tidy] Implement type-based check for `gsl::owner`Jonas Toth2017-09-121-0/+3
* [Clang-tidy] check for malloc, realloc and free callsAlexander Kornienko2016-12-131-0/+2
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-3/+2
* [clang-tidy] add check cppcoreguidelines-special-member-functionsJonathan Coe2016-07-301-0/+3
* Revert "Revert "[clang-tidy] new cppcoreguidelines-slicing""Clement Courbet2016-07-221-0/+3
* Revert "[clang-tidy] new cppcoreguidelines-slicing"Clement Courbet2016-07-221-3/+0
* [clang-tidy] new cppcoreguidelines-slicingClement Courbet2016-07-221-0/+3
* [clang-tidy] New: checker misc-unconventional-assign-operator replacing misc-...Gabor Horvath2016-05-041-2/+2
* [clang-tidy] cppcoreguidelines-interfaces-global-initAlexander Kornienko2016-04-081-0/+3
* [clang-tidy] ClangTidy check to flag uninitialized builtin and pointer fields.Felix Berger2016-02-151-0/+3
* [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-indexMatthias Gehre2015-12-131-0/+3
* Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant...NAKAMURA Takumi2015-11-181-3/+0
* [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-indexMatthias Gehre2015-11-171-0/+3
* [clang-tidy] add new check cppcoreguidelines-pro-type-cstyle-castMatthias Gehre2015-11-081-0/+3
* [clang-tidy] Add new check cppcoreguidelines-pro-bounds-array-to-pointer-decayMatthias Gehre2015-10-261-0/+3
* [clang-tidy] add check cppcoreguidelines-pro-type-varargMatthias Gehre2015-10-211-3/+3
* [clang-tidy] add check cppcoreguidelines-pro-type-union-accessMatthias Gehre2015-10-161-0/+3
* [clang-tidy] add cert's VariadicFunctionDefCheck as cppcoreguidelines-pro-typ...Matthias Gehre2015-10-151-0/+3
* 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-121-0/+3
* [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcastMatthias Gehre2015-10-121-0/+3
* Test commitMatthias Gehre2015-10-111-0/+1
* Add checker for the C++ Core Guidelines: cppcoreguidelines-pro-type-const-cast.Aaron Ballman2015-10-071-0/+3
* Add a new module for the C++ Core Guidelines, and the first checker for those...Aaron Ballman2015-10-061-0/+38
OpenPOWER on IntegriCloud