summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/tool
Commit message (Expand)AuthorAgeFilesLines
* Update for PrintHelpMessage not calling exit.Rafael Espindola2017-09-081-2/+2
* Make run-clang-tidy compatible with Python 3.xKevin Funk2017-09-051-5/+11
* [clang-tidy] Add option to export fixes to run-clang-tidy.pyAlexander Kornienko2017-07-211-8/+46
* [clang-tidy] Add bugprone-suspicious-memset-usage checkGabor Horvath2017-07-142-0/+6
* [clang-tidy][Part1] Add a new module Android and three new checks.Yan Wang2017-06-232-0/+6
* [clang-tidy] D33930: Do not pick up by default the LLVM style if passing -for...Vassil Vassilev2017-06-091-0/+4
* [clang-tidy][CMake] Make clang-tidy usable as distribution componentPetr Hosek2017-05-101-1/+1
* [clang-tidy] run-clang-tidy.py: check if clang-apply-replacements succeedsJakub Kuderski2017-04-251-7/+31
* Fix clang-tidy shared link with libc++Eric Fiselier2017-04-121-0/+1
* [clang-tidy] Update docs and help messageAlexander Kornienko2017-04-061-1/+4
* [clang-tidy] Add FormatStyle configuration option.Alexander Kornienko2017-04-061-8/+11
* [clang-tidy] Don't use groups in the big regexy filterAlexander Kornienko2017-03-231-1/+1
* Rename the clang-tidy safety module to be hicpp, for the High-Integrity C++ c...Aaron Ballman2017-03-192-5/+5
* [clang-tidy] Format code around applied fixesAlexander Kornienko2017-03-031-7/+15
* [clang-tidy] Add -path option to clang-tidy-diff.pyEhsan Akhgari2017-02-171-0/+4
* [clang-tidy] Add -quiet option to suppress extra outputEhsan Akhgari2017-02-093-10/+32
* [clang-tidy] Add -extra-arg and -extra-arg-before to clang-tidy-diff.pyEhsan Akhgari2017-02-081-0/+12
* [clang-tidy] safety-no-assemblerJonathan Coe2017-02-062-0/+6
* [clang-tidy] Add -extra-arg and -extra-arg-before to run-clang-tidy.pyEhsan Akhgari2017-01-181-2/+15
* [clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko2017-01-031-1/+1
* [clang-tidy] Make format style customizableJonas Devlieghere2016-11-301-4/+12
* [clang-tidy] clang-analyzer-alpha* checks are not registered, so there's no n...Alexander Kornienko2016-11-081-3/+2
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-9/+7
* [clang-tidy] Add doc for `explain-config` option.Haojian Wu2016-09-221-2/+3
* minor header guards and help messages cleanupKirill Bobyrev2016-08-191-1/+1
* [clang-tidy] MPITypeMismatchCheckAlexander Kornienko2016-08-022-0/+6
* Revert "MPITypeMismatchCheck for Clang-Tidy"Alexander Kornienko2016-07-252-6/+0
* MPITypeMismatchCheck for Clang-TidyAlexander Kornienko2016-07-252-0/+6
* [clang-tidy] Pass absolute path to OptionsProvider::getOptions/getRawOptions.Haojian Wu2016-07-111-2/+8
* [clang-tidy] Add dependency on clang-headersNico Weber2016-07-071-0/+3
* Apply performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2016-06-151-1/+1
* [clang-tidy] correct clang-tidy-diff.py help messageAlexander Kornienko2016-06-081-5/+5
* Add boost-use-to-stringPiotr Padlewski2016-04-292-0/+6
* clang-tidy -list-checks should exit with non-zero code when no checks are ena...Alexander Kornienko2016-04-271-0/+4
* [ClangTidy] Add an 'explain-checks' option to diagnose where each checks come...Haojian Wu2016-04-271-5/+26
* [clang-tidy] Reformatted docs + minor updatesAlexander Kornienko2016-02-081-115/+138
* Remove autoconf supportChris Bieneman2016-01-261-49/+0
* [clang-tidy] Python scripts shebang fixesAlexander Kornienko2016-01-191-1/+1
* Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs2016-01-131-10/+28
* [clang-tidy] Fix configure buildAlexander Kornienko2015-12-301-1/+2
* [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko2015-12-302-0/+6
* Fix problem with Clang-tidy parallel configure build.Eugene Zelenko2015-11-251-2/+2
* Add a new module for the C++ Core Guidelines, and the first checker for those...Aaron Ballman2015-10-063-0/+7
* Taking a stab at fixing failing build bots that use make. Unfortunately, the ...Aaron Ballman2015-10-021-4/+3
* Adding a new clang-tidy module to house CERT-specific checkers, and map exist...Aaron Ballman2015-10-023-2/+9
* [clang-tidy] add option to specify build pathGuillaume Papin2015-09-281-4/+11
* [clang-tidy] install helper scriptsAlexander Kornienko2015-09-172-0/+21
* [clang-tidy] Improve the help text for -dump-config.Alexander Kornienko2015-09-161-2/+4
* [clang-tidy] Update check name in the comment. NFC.Alexander Kornienko2015-09-151-1/+1
* [clang-tidy] Fix run-clang-tidy.py.Alexander Kornienko2015-09-081-2/+2
OpenPOWER on IntegriCloud