summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/tool
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add clang-tidy-diff.py script to run clang-tidy and display warnings on chang...Alexander Kornienko2014-06-251-0/+115
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* Allow per-file clang-tidy options.Alexander Kornienko2014-06-051-8/+13
* Exit with error when no checks enabled.Alexander Kornienko2014-06-021-1/+9
* Add clang-tidy -line-filter option to filter findings by line ranges.Alexander Kornienko2014-05-221-8/+32
* Improved llvm-namespace-comment check.Alexander Kornienko2014-05-191-1/+0
* Update clang-tidy documentation.Alexander Kornienko2014-05-161-19/+24
* Change the behavior of clang-tidy -checks=, remove -disable-checks.Alexander Kornienko2014-05-151-14/+12
* Store Errors inside ClangTidyContext instead of just pointer to an externalAlexander Kornienko2014-05-091-1/+1
* Print stats on displayed and ignored warnings.Alexander Kornienko2014-05-071-2/+29
* Add clang-tidy -header-filter optionAlexander Kornienko2014-05-051-0/+7
* Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...Alex McCarthy2014-04-301-0/+8
* Add ClangTidyOptions to encapsulate all clang-tidy options.Alexander Kornienko2014-04-291-3/+6
* Fix typo (first commit to test commit access).Alex McCarthy2014-04-291-1/+1
* Fix regex bug in clang-tidy.Daniel Jasper2014-04-021-1/+1
* Disable a few clang-tidy checks by default.Daniel Jasper2014-04-021-1/+5
* Added a module for checks not related to LLVM or Google coding style.Alexander Kornienko2014-03-053-4/+8
* Make the OptionCategory variable static.Alexander Kornienko2014-02-051-1/+1
* Clang-tidy: added --disable-checks, --list-checks options.Alexander Kornienko2013-12-191-3/+20
* Fix the usage of the CommonOptionsParser ctor changed in r197139.Alexander Kornienko2013-12-121-2/+1
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-101-2/+4
* [CMake] clang-tools-extra may not depend on LLVM CodeGen.NAKAMURA Takumi2013-12-091-4/+0
* Make clang's static analyzer checks available through clang-tidy.Manuel Klimek2013-11-143-9/+8
OpenPOWER on IntegriCloud