summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MPITypeMismatchCheck for Clang-TidyAlexander Kornienko2016-07-251-0/+5
* [clang-tidy] Pass absolute path to OptionsProvider::getOptions/getRawOptions.Haojian Wu2016-07-111-2/+8
* Apply performance-unnecessary-value-param to clang-tidy.Benjamin Kramer2016-06-151-1/+1
* Add boost-use-to-stringPiotr Padlewski2016-04-291-0/+5
* 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
* Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs2016-01-131-10/+28
* [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko2015-12-301-0/+5
* Add a new module for the C++ Core Guidelines, and the first checker for those...Aaron Ballman2015-10-061-0/+5
* Adding a new clang-tidy module to house CERT-specific checkers, and map exist...Aaron Ballman2015-10-021-0/+5
* [clang-tidy] Improve the help text for -dump-config.Alexander Kornienko2015-09-161-2/+4
* [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-141-0/+4
* 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
* [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
* 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-261-0/+4
* 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
* 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
* 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
* 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-051-4/+6
OpenPOWER on IntegriCloud