summaryrefslogtreecommitdiffstats
path: root/clang-tidy/add_new_check.py
Commit message (Expand)AuthorAgeFilesLines
* [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