aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/add_new_check.py
AgeCommit message (Expand)AuthorFilesLines
2024-09-12[clang-tidy][NFC] fix add_new_check python3.8 incompatibility (#107871)Congcong Cai1-2/+2
2024-09-06[clang-tidy] Add type annotations to add_new_check.py, fix minor bug (#106801)Nicolas van Kempen1-38/+53
2024-07-27Extend support for specifying languages and version in add_new_check.py (#100...Nathan James1-16/+102
2024-07-26Add a description parameter to the add_new_check script (#100111)Nathan James1-7/+34
2024-07-22[clang-tidy][DOC] Update check documentationPiotr Zegar1-2/+2
2024-04-18[clang-tidy] fix add_new_check.py regex (#89189)Congcong Cai1-6/+6
2024-02-03[clang-tidy] Fix warnings caused by "new check" template (#80537)Danny Mösch1-2/+1
2023-08-21[clang-tidy][NFC][DOC] Use internal references instead of externalPiotr Zegar1-4/+10
2023-08-11[clang-tidy][NFC] Update add_new_check.py to handle more proper list.rstPiotr Zegar1-16/+28
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta1-433/+497
2023-03-30[clang-tidy] Fix example provided by add_new_check.pyPiotr Zegar1-3/+3
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-12/+4
2023-01-05[clang-tidy] Fix minor bug in add_new_check.pyChris Cotter1-2/+1
2022-12-16[clang-tidy] Use Python3 for add_new_check.py and rename_check.pyCarlos Galvez1-1/+1
2022-07-27[clang-tidy] Add execute perms back to add_new_check scriptNathan James1-0/+0
2022-06-22[clang-tidy] Organize test files into subdirectories by module (NFC)Richard1-2/+3
2022-06-16[clang-tidy] Organize check doc files into subdirectories (NFC)Richard1-23/+38
2022-05-23[clang-tidy] Improve add_new_check.py to recognize more checksRichard1-13/+94
2022-03-11[clang-tidy] Refactor: Prefer single quoted strings over double quoted string...Richard1-5/+5
2022-01-18[clang-tidy] Force LF newlines when writing filesRichard1-8/+8
2022-01-05[clang-tidy] Recognize transformer checks as providing fixitsRichard1-8/+16
2021-10-05[clang-tidy] Fix add_new_check.py to generate correct list.rst autofix column...Matt Beardsley1-4/+4
2021-09-11Fix python 2-vs-3 issues in add_new_check.py and rename_check.pyMatt Beardsley1-0/+1
2021-08-02[clang-tidy] Always open files using UTF-8 encodingAndy Yankovsky1-15/+20
2020-08-12[clang-tidy] prevent generated checks from triggering assertions on anonymous...Bogdan Serea1-1/+1
2020-06-22[clang-tidy] Improved accuracy of check list updater scriptNathan James1-1/+15
2020-05-18[clang-tidy] NFC: Cleanup Python scriptsKirill Bobyrev1-6/+5
2020-05-10Revert two patches, not ready to be sharedSylvestre Ledru1-24/+0
2020-05-10add_new_check.py: Update of the template to add an autofix sectionSylvestre Ledru1-0/+24
2020-05-05[clang/clang-tools-extra] Fix BZ44437 - add_new_check.py does not work with P...Konrad Kleine1-2/+2
2020-02-20[clang-tidy] rename_check.py: maintain alphabetical order in Renamed checks s...Eugene Zelenko1-5/+5
2020-01-28[clang-tidy] adjust scripts to subsubsections in Release NotesNathan James1-4/+4
2020-01-10clang-tidy doc: Refresh the list of checkers and polish the scriptSylvestre Ledru1-4/+2
2020-01-09[clang-tidy] Refresh the add_new_check.py now that we use a table + autofixSylvestre Ledru1-12/+67
2019-10-11Updated add_new_check.py to create checker tests in the new directoryDmitri Gribenko1-1/+1
2019-08-30Make add_new_check.py's insertion of registerCheck<> match the sort orderDaniel Sanders1-20/+39
2019-05-10[clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'Don Hinton1-10/+19
2019-04-17[clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu1-1/+2
2019-03-25[clang-tidy] ClangTidy.h -> ClangTidyCheck.hAlexander Kornienko1-1/+1
2019-03-25Rename directory housing clang-include-fixer to be eponymousNico Weber1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-12/+9
2018-12-10[clang-tidy] insert release notes for new checkers alphabeticallyJonas Toth1-4/+28
2018-09-20[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko1-4/+4
2018-05-03Add a trailing period in release notes.Alexander Kornienko1-1/+1
2018-03-24[clang-tidy] Enable Python 3 support for add_new_check.pyJonathan Coe1-16/+18
2018-03-21[clang-tidy] Use :doc: for check links in Release Notes.Eugene Zelenko1-2/+2
2018-02-28[clang-tidy] Fix 'add_new_check.py --udpate-docs'Alexander Kornienko1-0/+7
2018-01-31[clang-tidy] New argument --language to add_new_check.pyBen Hamilton1-16/+33
2017-11-25[clang-tidy] Actually fix header guard handling in scriptsAlexander Kornienko1-1/+1
2017-07-12[clang-tidy] add_new_check.py updates ReleaseNotes.rst nowAlexander Kornienko1-0/+32