summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/hicpp
Commit message (Expand)AuthorAgeFilesLines
* Add an option to hicpp-signed-bitwise for positive integer literals.Vladimir Plyashkun2019-10-302-3/+21
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-2/+2
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-121-0/+1
* A bit of AST matcher cleanup, NFC.Alexander Kornienko2018-11-253-41/+37
* [clang-tidy] Avoid C arrays checkRoman Lebedev2018-11-141-0/+3
* [clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev2018-10-261-0/+3
* [clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev2018-10-251-3/+0
* [clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev2018-10-181-0/+3
* [Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko2018-09-201-1/+1
* [clang-tidy] fix PR37913, templated exception factory diagnosed correctlyJonas Toth2018-09-171-8/+26
* Port getLocStart -> getBeginLocStephen Kelly2018-08-093-9/+9
* [clang-tidy] add missing assignment operations in hicpp-signed-bitwiseJonas Toth2018-04-111-9/+9
* [Fix] fix type deduction on ARM and MSVCJonas Toth2018-03-211-1/+1
* [clang-tidy] Resubmit hicpp-multiway-paths-covered without breaking testJonas Toth2018-03-214-0/+236
* [clang-tidy] Another batch of checks to rename from misc- to bugprone-.Alexander Kornienko2018-02-281-2/+2
* [tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer2018-02-181-8/+7
* [clang-tidy] implement check for gotoJonas Toth2018-01-171-0/+3
* [clang-tidy] fix minor formatting issueJonas Toth2018-01-171-2/+1
* [clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2017-11-282-4/+5
* [clang-tidy] Fix link error (http://llvm.org/PR35417).Alexander Kornienko2017-11-251-0/+1
* [clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko2017-11-241-2/+2
* [clang-tidy] revert hicpp-multiway-paths-coveredJonas Toth2017-11-204-234/+0
* [clang-tidy] Add new hicpp-multiway-paths-covered check for missing branchesJonas Toth2017-11-184-0/+234
* [clang-tidy] Fix bug 34845, offending standard bitmask typesJonas Toth2017-10-271-11/+49
* [clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwiseJonas Toth2017-10-031-1/+3
* [clang-tidy] add more aliases for the hicpp moduleJonas Toth2017-09-111-0/+30
* [clang-tidy] Improve hicpp-exception-baseclass to handle generic code betterJonas Toth2017-08-301-10/+11
* [clang-tidy] hicpp bitwise operations on signed integersJonas Toth2017-08-304-0/+96
* Add hicpp-exception-baseclass to the HIC++ module.Aaron Ballman2017-08-114-0/+88
* Implement hicpp-braces-around-statements as an alias to readability-braces-ar...Aaron Ballman2017-08-111-0/+3
* [clang-tidy] fix for linker errors in hicpp checksJonathan Coe2017-03-301-0/+5
* [clang-tidy] add aliases for hicpp moduleJonathan Coe2017-03-301-2/+39
* Rename the clang-tidy safety module to be hicpp, for the High-Integrity C++ c...Aaron Ballman2017-03-195-0/+150
OpenPOWER on IntegriCloud