summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/add_new_check.py
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy doc: Refresh the list of checkers and polish the scriptSylvestre Ledru2020-01-101-4/+2
* [clang-tidy] Refresh the add_new_check.py now that we use a table + autofixSylvestre Ledru2020-01-091-12/+67
* Updated add_new_check.py to create checker tests in the new directoryDmitri Gribenko2019-10-111-1/+1
* Make add_new_check.py's insertion of registerCheck<> match the sort orderDaniel Sanders2019-08-301-20/+39
* [clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'Don Hinton2019-05-101-10/+19
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-171-1/+2
* [clang-tidy] ClangTidy.h -> ClangTidyCheck.hAlexander Kornienko2019-03-251-1/+1
* Rename directory housing clang-include-fixer to be eponymousNico Weber2019-03-251-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-12/+9
* [clang-tidy] insert release notes for new checkers alphabeticallyJonas Toth2018-12-101-4/+28
* [Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko2018-09-201-4/+4
* Add a trailing period in release notes.Alexander Kornienko2018-05-031-1/+1
* [clang-tidy] Enable Python 3 support for add_new_check.pyJonathan Coe2018-03-241-16/+18
* [clang-tidy] Use :doc: for check links in Release Notes.Eugene Zelenko2018-03-211-2/+2
* [clang-tidy] Fix 'add_new_check.py --udpate-docs'Alexander Kornienko2018-02-281-0/+7
* [clang-tidy] New argument --language to add_new_check.pyBen Hamilton2018-01-311-16/+33
* [clang-tidy] Actually fix header guard handling in scriptsAlexander Kornienko2017-11-251-1/+1
* [clang-tidy] add_new_check.py updates ReleaseNotes.rst nowAlexander Kornienko2017-07-121-0/+32
* [clang-tidy] Rename modernize-use-default to modernize-use-equals-defaultMalcolm Parsons2016-12-011-1/+6
* [clang-tidy] Remove redundant quote in add_new_check scriptEtienne Bergeron2016-05-301-1/+1
* [clang-tidy] Fix script adding new clang-tidy checkEtienne Bergeron2016-05-301-1/+1
* [clang-tidy] add_new_check.py should fail if check name starts with the modul...Alexander Kornienko2016-04-131-21/+30
* [clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ...Alexander Kornienko2016-01-291-5/+13
* Add documentation redirects for clang-tidy checkers that are exposed under mu...Aaron Ballman2016-01-111-7/+17
* [clang-tidy] Don't generate duplicated blank line in add_new_check.py script.Alexander Kornienko2015-12-291-2/+0
* [clang-tidy] Updates to documentation: formatting, titles, etc.Alexander Kornienko2015-12-221-1/+3
* [clang-tidy] Add namespace support to add_new_check.pyAlexander Kornienko2015-12-161-4/+10
* clang-tidy/add_new_check.py: Adapt to use %check_clang_tidy in testsMatthias Gehre2015-10-261-1/+1
* Change the write modes to "binary" so that line endings do not get munged on ...Aaron Ballman2015-10-061-7/+7
* Add a new module for the C++ Core Guidelines, and the first checker for those...Aaron Ballman2015-10-061-1/+2
* [clang-tidy] fix add_new_check.pyAlexander Kornienko2015-10-011-1/+1
* [clang-tidy] add_new_check.py improvements: add doc file, refer it from .hAlexander Kornienko2015-09-101-13/+59
* [clang-tidy] Fix add_new_check.py.Alexander Kornienko2015-09-041-2/+3
* Tests no longer need the 'REQUIRES: SHELL' line.Angel Garcia Gomez2015-08-251-1/+0
* [clang-tidy] Use check_clang_tidy.py instead of check_clang_tidy.sh by default.Alexander Kornienko2015-08-201-1/+1
* [clang-tidy] Extended the example check, added a fix-it, etc.Alexander Kornienko2014-12-091-12/+23
* clang-tidy: Add a basic python script to generate checks.Daniel Jasper2014-12-091-0/+214
OpenPOWER on IntegriCloud