summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/tool
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add \n to the regex in clang-tidy-diff.py in order to fix http://llvm.org/PR2...Yaron Keren2015-09-011-1/+1
* Tweak clang-tidy-diff.py to recognize "filename" in the diff ourput.Yaron Keren2015-08-211-1/+1
* Tweak clang-tidy-diff.py to pass JSON argument correctly to clang-tidy on win...NAKAMURA Takumi2015-08-201-2/+8
* [clang-tidy] Fix LoopConvertCheck bug.Alexander Kornienko2015-08-191-5/+10
* [clang-tidy] Fix a use-after-free.Alexander Kornienko2015-08-171-1/+1
* [clang-tidy] Allow use of -list-checks option without need to pass source files.Alexander Kornienko2015-08-171-6/+17
* [clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.Alexander Kornienko2015-08-143-3/+8
* Silence gcc 5.1 unused variable warnings using LLVM_ATTRIBUTE_UNUSED.Yaron Keren2015-08-071-4/+4
* Updating the documentation for clang-tidy. Removes some non-ASCII characters ...Aaron Ballman2015-07-271-2/+2
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-2/+2
* Add clangBasic to libdeps according to r232051 since the interface of ASTMatc...NAKAMURA Takumi2015-03-131-0/+1
* Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl2015-02-251-3/+2
* Adapt clang-tools-extra to clang module format changes.Adrian Prantl2015-02-251-2/+3
* Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl2015-02-211-3/+2
* Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl2015-02-201-2/+3
* [clang-tidy] Fix a typo.Alexander Kornienko2014-12-091-2/+3
* [clang-tidy] Update help messages and docs.Alexander Kornienko2014-12-031-6/+21
* [clang-tidy] Added -fix-errors optionAlexander Kornienko2014-11-031-4/+26
* Fix Makefiles after r220867.Daniel Jasper2014-10-291-3/+3
* Shrink the set of checks enabled by default.Alexander Kornienko2014-10-291-5/+4
* [clang-tidy] Added -system-headers option.Alexander Kornienko2014-10-281-0/+7
* [clang-tidy] Bring order to check registration.Alexander Kornienko2014-10-262-0/+5
* Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen2014-10-231-1/+51
* Fix a typoAlexander Kornienko2014-09-261-1/+1
* [clang-tidy] Add a -config={YAML} option.Alexander Kornienko2014-09-261-6/+35
* Provide user name in ClangTidyOptions.Alexander Kornienko2014-09-241-5/+10
* Add missing dependency.Alexander Kornienko2014-09-221-2/+2
* run-clang-tidy.py: don't fail when running without -checks=.Alexander Kornienko2014-09-221-2/+5
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-121-0/+1
* Moved main() to the clang::tidy namespace, no functional changes.Alexander Kornienko2014-09-101-22/+24
* run-clang-tidy: Make clang-tidy path configurable and don't fail as horriblyBenjamin Kramer2014-09-081-9/+23
* [clang-tidy] Add a little python script that can run clang-tidy and apply fix...Benjamin Kramer2014-09-081-0/+175
* Don't write files with no fixes.Alexander Kornienko2014-09-041-1/+1
* Implemented clang-tidy configurability via .clang-tidy files.Alexander Kornienko2014-09-041-15/+51
* [clang-tidy] Add an option to export suggested fixes into a file.Benjamin Kramer2014-09-041-0/+17
* Fix linking in the Makefile build.Benjamin Kramer2014-08-131-1/+1
* Track clang r213171Alp Toker2014-07-161-1/+1
* Make clang-tidy-diff.py py3-compatible.NAKAMURA Takumi2014-06-271-1/+1
OpenPOWER on IntegriCloud