summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/ClangTidy.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-061-1/+5
* [clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko2018-05-171-2/+5
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2018-05-081-2/+2
* [clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev2018-05-081-1/+1
* [clang-tidy] Add -vfsoverlay flagIlya Biryukov2018-01-231-1/+3
* [clang-tidy] Add FormatStyle configuration option.Alexander Kornienko2017-04-061-8/+6
* [clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko2017-01-031-1/+2
* [clang-tidy] Make format style customizableJonas Devlieghere2016-11-301-2/+3
* Use AnalyzerOptions::getRegisteredCheckers() instead of clang/StaticAnalyzer/...Alexander Kornienko2016-11-081-3/+0
* [clang-tidy] misc-argument-comment non-strict modeAlexander Kornienko2016-08-041-0/+17
* [clang-tidy] Fix doxygen errors. NFC.Alexander Kornienko2016-06-171-3/+3
* [docs] Clean up doxygen comments a bit.Alexander Kornienko2016-03-061-23/+23
* [clang-tdiy] Add header file extension configuration support.Haojian Wu2016-02-051-1/+9
* Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs2016-01-131-1/+2
* Reapplying r246209, which exposed language options to the checkers. This time...Aaron Ballman2015-08-281-0/+2
* Reverting r246209 while I investigate a build bot failure: http://lab.llvm.or...Aaron Ballman2015-08-271-2/+0
* Expose language options to the checkers; disable UseNullptrCheck when not com...Aaron Ballman2015-08-271-0/+2
* [clang-tidy] Disable google-readability-casting for .c files and their headers.Alexander Kornienko2015-05-211-0/+2
* [clang-tidy] Remove an empty destructor.Alexander Kornienko2015-03-121-2/+0
* [clang-tidy] Clean up misc-use-override warning. NFCAlexander Kornienko2015-03-111-1/+1
* [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko2015-03-091-3/+3
* [clang-tidy] Correct confusion between overwrite and override. NFC.Alexander Kornienko2015-02-251-5/+5
* 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