summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/ClangTidy.h
Commit message (Expand)AuthorAgeFilesLines
* Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen2014-10-231-1/+6
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-121-9/+87
* Implemented clang-tidy configurability via .clang-tidy files.Alexander Kornienko2014-09-041-3/+1
* [clang-tidy] Add an option to export suggested fixes into a file.Benjamin Kramer2014-09-041-0/+5
* Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)David Blaikie2014-08-101-2/+2
* Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.Alexander Kornienko2014-08-061-2/+2
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-2/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+2
* Allow per-file clang-tidy options.Alexander Kornienko2014-06-051-12/+11
* Renamed runClangTidy argument Ranges to InputFiles, removed a TODO comment.Alexander Kornienko2014-05-281-1/+1
* Store Errors inside ClangTidyContext instead of just pointer to an externalAlexander Kornienko2014-05-091-2/+3
* Print stats on displayed and ignored warnings.Alexander Kornienko2014-05-071-4/+4
* Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...Alex McCarthy2014-04-301-1/+3
* Add ClangTidyOptions to encapsulate all clang-tidy options.Alexander Kornienko2014-04-291-3/+3
* Post-filter clang-tidy diagnostic messages.Alexander Kornienko2014-03-201-15/+1
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-1/+1
* Add a level parameter to ClangTidyCheck::diag.Peter Collingbourne2014-03-021-1/+2
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-1/+1
* Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko2014-02-271-1/+1
* Fix another invalid getCustomDiagID() use to unbreak the buildAlp Toker2014-01-261-1/+1
* Add the check name to the clang-tidy diagnostic output.Alexander Kornienko2014-01-131-2/+8
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-1/+1
* Refactored Clang-tidy for better reusability.Alexander Kornienko2014-01-031-9/+27
* Clang-tidy: added --disable-checks, --list-checks options.Alexander Kornienko2013-12-191-2/+19
* Make clang's static analyzer checks available through clang-tidy.Manuel Klimek2013-11-141-58/+6
* Initial architecture for clang-tidy.Daniel Jasper2013-07-291-0/+161
OpenPOWER on IntegriCloud