aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/hicpp
AgeCommit message (Expand)Author
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-11-14[clang-tidy] Avoid C arrays checkRoman Lebedev
2018-10-26[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev
2018-10-25[clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev
2018-10-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev
2018-09-20[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko
2018-09-17[clang-tidy] fix PR37913, templated exception factory diagnosed correctlyJonas Toth
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-04-11[clang-tidy] add missing assignment operations in hicpp-signed-bitwiseJonas Toth
2018-03-21[Fix] fix type deduction on ARM and MSVCJonas Toth
2018-03-21[clang-tidy] Resubmit hicpp-multiway-paths-covered without breaking testJonas Toth
2018-02-28[clang-tidy] Another batch of checks to rename from misc- to bugprone-.Alexander Kornienko
2018-02-18[tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer
2018-01-17[clang-tidy] implement check for gotoJonas Toth
2018-01-17[clang-tidy] fix minor formatting issueJonas Toth
2017-11-28[clang-tidy] Move more checks from misc- to performance-Alexander Kornienko
2017-11-25[clang-tidy] Fix link error (http://llvm.org/PR35417).Alexander Kornienko
2017-11-24[clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko
2017-11-20[clang-tidy] revert hicpp-multiway-paths-coveredJonas Toth
2017-11-18[clang-tidy] Add new hicpp-multiway-paths-covered check for missing branchesJonas Toth
2017-10-27[clang-tidy] Fix bug 34845, offending standard bitmask typesJonas Toth
2017-10-03[clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwiseJonas Toth
2017-09-11[clang-tidy] add more aliases for the hicpp moduleJonas Toth
2017-08-30[clang-tidy] Improve hicpp-exception-baseclass to handle generic code betterJonas Toth
2017-08-30[clang-tidy] hicpp bitwise operations on signed integersJonas Toth
2017-08-11Add hicpp-exception-baseclass to the HIC++ module.Aaron Ballman
2017-08-11Implement hicpp-braces-around-statements as an alias to readability-braces-ar...Aaron Ballman
2017-03-30[clang-tidy] fix for linker errors in hicpp checksJonathan Coe
2017-03-30[clang-tidy] add aliases for hicpp moduleJonathan Coe
2017-03-19Rename the clang-tidy safety module to be hicpp, for the High-Integrity C++ c...Aaron Ballman