aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/hicpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-07[clang-tidy] Add check hicpp-ignored-remove-result (#73119)Björn Svensson4-0/+61
2023-08-30[clang-tidy][NFC][DOC] Update links to HICPP standardPiotr Zegar1-2/+3
2023-08-27[clang-tidy][NFC] Fix cppcoreguidelines-init-variables findingsPiotr Zegar1-2/+2
2023-08-27[clang-tidy][NFC] Fix readability-inconsistent-declaration-parameter-name fin...Piotr Zegar1-1/+1
2023-08-04cmake: add missing dependencies on ClangDriverOptions tablegenJon Roelofs1-0/+1
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez4-24/+8
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez5-28/+10
2022-10-15[clang] Track the templated entity in type substitution.Matheus Izvekov1-1/+1
2022-08-17[clang-tidy] hicpp-signed-bitwise - Return location of the operand (and not o...Vladimir Plyashkun1-7/+7
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+2
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-2/+1
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+2
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-2/+1
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+2
2022-06-22[clang-tidy][docs] Fix a couple of missed cases from 6e566bc5523Nathan James4-4/+4
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-3/+2
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James4-6/+4
2020-06-29[clang-tidy] Fix hicpp-named-paramaterNathan James1-3/+3
2020-06-23[openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement1-0/+3
2020-06-17[clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny1-5/+9
2020-04-12[clang-tidy] Convert config options that are bools to use the bool overload o...Nathan James1-1/+1
2020-04-07[OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert1-1/+4
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki2-3/+3
2020-03-10[NFC] use hasAnyOperatorName and hasAnyOverloadedOperatorName functions in cl...Nathan James1-5/+2
2020-03-03[clang-tidy] Change checks to use new isLanguageVersionSupported restrictionNathan James2-3/+3
2019-10-30Add an option to hicpp-signed-bitwise for positive integer literals.Vladimir Plyashkun2-3/+21
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth9-36/+27
2019-01-19Install new LLVM license structure and new developer policy.Chandler Carruth1-2/+2
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song1-0/+1
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko3-41/+37
2018-11-14[clang-tidy] Avoid C arrays checkRoman Lebedev1-0/+3
2018-10-26[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev1-0/+3
2018-10-25[clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev1-3/+0
2018-10-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev1-0/+3
2018-09-20[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko1-1/+1
2018-09-17[clang-tidy] fix PR37913, templated exception factory diagnosed correctlyJonas Toth1-8/+26
2018-08-09Port getLocStart -> getBeginLocStephen Kelly3-9/+9
2018-04-11[clang-tidy] add missing assignment operations in hicpp-signed-bitwiseJonas Toth1-9/+9
2018-03-21[Fix] fix type deduction on ARM and MSVCJonas Toth1-1/+1
2018-03-21[clang-tidy] Resubmit hicpp-multiway-paths-covered without breaking testJonas Toth4-0/+236
2018-02-28[clang-tidy] Another batch of checks to rename from misc- to bugprone-.Alexander Kornienko1-2/+2
2018-02-18[tidy] Move private ast matchers into anonymous namespaces to avoid ODR confl...Benjamin Kramer1-8/+7
2018-01-17[clang-tidy] implement check for gotoJonas Toth1-0/+3
2018-01-17[clang-tidy] fix minor formatting issueJonas Toth1-2/+1
2017-11-28[clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2-4/+5
2017-11-25[clang-tidy] Fix link error (http://llvm.org/PR35417).Alexander Kornienko1-0/+1
2017-11-24[clang-tidy] Move a few more checks from misc to bugprone.Alexander Kornienko1-2/+2
2017-11-20[clang-tidy] revert hicpp-multiway-paths-coveredJonas Toth4-234/+0
2017-11-18[clang-tidy] Add new hicpp-multiway-paths-covered check for missing branchesJonas Toth4-0/+234
2017-10-27[clang-tidy] Fix bug 34845, offending standard bitmask typesJonas Toth1-11/+49