aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/add_new_check.py
AgeCommit message (Expand)Author
2019-10-11Updated add_new_check.py to create checker tests in the new directoryDmitri Gribenko
2019-08-30Make add_new_check.py's insertion of registerCheck<> match the sort orderDaniel Sanders
2019-05-10[clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'Don Hinton
2019-04-17[clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu
2019-03-25[clang-tidy] ClangTidy.h -> ClangTidyCheck.hAlexander Kornienko
2019-03-25Rename directory housing clang-include-fixer to be eponymousNico Weber
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-10[clang-tidy] insert release notes for new checkers alphabeticallyJonas Toth
2018-09-20[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko
2018-05-03Add a trailing period in release notes.Alexander Kornienko
2018-03-24[clang-tidy] Enable Python 3 support for add_new_check.pyJonathan Coe
2018-03-21[clang-tidy] Use :doc: for check links in Release Notes.Eugene Zelenko
2018-02-28[clang-tidy] Fix 'add_new_check.py --udpate-docs'Alexander Kornienko
2018-01-31[clang-tidy] New argument --language to add_new_check.pyBen Hamilton
2017-11-25[clang-tidy] Actually fix header guard handling in scriptsAlexander Kornienko
2017-07-12[clang-tidy] add_new_check.py updates ReleaseNotes.rst nowAlexander Kornienko
2016-12-01[clang-tidy] Rename modernize-use-default to modernize-use-equals-defaultMalcolm Parsons
2016-05-30[clang-tidy] Remove redundant quote in add_new_check scriptEtienne Bergeron
2016-05-30[clang-tidy] Fix script adding new clang-tidy checkEtienne Bergeron
2016-04-13[clang-tidy] add_new_check.py should fail if check name starts with the modul...Alexander Kornienko
2016-01-29[clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ...Alexander Kornienko
2016-01-11Add documentation redirects for clang-tidy checkers that are exposed under mu...Aaron Ballman
2015-12-29[clang-tidy] Don't generate duplicated blank line in add_new_check.py script.Alexander Kornienko
2015-12-22[clang-tidy] Updates to documentation: formatting, titles, etc.Alexander Kornienko
2015-12-16[clang-tidy] Add namespace support to add_new_check.pyAlexander Kornienko
2015-10-26clang-tidy/add_new_check.py: Adapt to use %check_clang_tidy in testsMatthias Gehre
2015-10-06Change the write modes to "binary" so that line endings do not get munged on ...Aaron Ballman
2015-10-06Add a new module for the C++ Core Guidelines, and the first checker for those...Aaron Ballman
2015-10-01[clang-tidy] fix add_new_check.pyAlexander Kornienko
2015-09-10[clang-tidy] add_new_check.py improvements: add doc file, refer it from .hAlexander Kornienko
2015-09-04[clang-tidy] Fix add_new_check.py.Alexander Kornienko
2015-08-25Tests no longer need the 'REQUIRES: SHELL' line.Angel Garcia Gomez
2015-08-20[clang-tidy] Use check_clang_tidy.py instead of check_clang_tidy.sh by default.Alexander Kornienko
2014-12-09[clang-tidy] Extended the example check, added a fix-it, etc.Alexander Kornienko
2014-12-09clang-tidy: Add a basic python script to generate checks.Daniel Jasper