summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/ClangTidy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Make format style customizableJonas Devlieghere2016-11-301-6/+6
* Use AnalyzerOptions::getRegisteredCheckers() instead of clang/StaticAnalyzer/...Alexander Kornienko2016-11-081-40/+30
* [clang-tidy] Clean up code after applying replacements.Alexander Kornienko2016-10-171-24/+79
* [clang-tidy] Fix the order of ExtraArgsBeforeAlexander Kornienko2016-08-231-4/+8
* Fix clang-tidy crash when a single fix is applied on multiple files.Eric Liu2016-08-091-24/+32
* Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn2016-08-051-1/+1
* Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn2016-07-281-1/+1
* Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn2016-07-281-1/+1
* Unbreak extra tools build post r275882.Benjamin Kramer2016-07-181-0/+1
* Fix include path in ClangTidy.cpp.Stephen Hines2016-04-281-1/+1
* [clang-tidy] filter plugins and plugin arguments of the command-lineEtienne Bergeron2016-04-061-16/+34
* [clang-tidy] Skip reporting of not applicable fixes.Etienne Bergeron2016-03-221-7/+14
* [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.Haojian Wu2016-02-261-2/+32
* [clang-tdiy] Add header file extension configuration support.Haojian Wu2016-02-051-1/+13
* Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs2016-01-131-3/+15
* [clang-tidy] Test commit (playing with git-svn)Alexander Kornienko2015-11-161-3/+2
* [clang-tidy] Remove unused #includes.Alexander Kornienko2015-11-131-2/+0
* Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via config...Alexander Kornienko2015-11-091-0/+14
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* [clang-tidy] Static Analyzer checker configuration options pass-through.Gabor Horvath2015-03-111-0/+12
* Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen2014-10-231-2/+10
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-121-9/+41
* Implemented clang-tidy configurability via .clang-tidy files.Alexander Kornienko2014-09-041-6/+8
* [clang-tidy] Add an option to export suggested fixes into a file.Benjamin Kramer2014-09-041-0/+12
* Adjust call 'CreateAnalysisConsumer' due to API tweak.Ted Kremenek2014-08-271-3/+1
* Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)David Blaikie2014-08-101-13/+14
* Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.Alexander Kornienko2014-08-061-6/+6
* Plug memory leaks.Benjamin Kramer2014-07-241-5/+5
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-14/+13
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-13/+14
* Set up clang-tidy diagnostic consumer to print types etc.Alexander Kornienko2014-07-141-0/+1
* clang-tidy: Instantiate llvm::Registry<clang::tidy::ClangTidyModule>.NAKAMURA Takumi2014-07-031-0/+2
* Consistently handle clang-tidy check names in ClangTidyError.Alexander Kornienko2014-07-021-26/+27
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-1/+1
* Allow per-file clang-tidy options.Alexander Kornienko2014-06-051-35/+49
* Never filter-out compile errors in clang-tidy, display them as errors.Alexander Kornienko2014-06-021-2/+3
* Renamed runClangTidy argument Ranges to InputFiles, removed a TODO comment.Alexander Kornienko2014-05-281-4/+2
* Store Errors inside ClangTidyContext instead of just pointer to an externalAlexander Kornienko2014-05-091-6/+5
* Print stats on displayed and ignored warnings.Alexander Kornienko2014-05-071-4/+5
* Add a clang-tidy flag to support temporary destructor-aware analysis (workaro...Alex McCarthy2014-04-301-12/+18
* Add ClangTidyOptions to encapsulate all clang-tidy options.Alexander Kornienko2014-04-291-7/+4
* ClangTidy.cpp: Don't use non-static member initializer, for msc17.NAKAMURA Takumi2014-03-271-3/+3
* Output messages when clang-tidy applies fix-its.Alexander Kornienko2014-03-271-49/+85
* Post-filter clang-tidy diagnostic messages.Alexander Kornienko2014-03-201-21/+13
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-1/+1
* Use the appropriate operator<< instead of addRanges.Alexander Kornienko2014-03-061-14/+6
* Use range-based for loops for better readability. No functional changes inten...Alexander Kornienko2014-03-061-64/+40
* Fixed formatting.Alexander Kornienko2014-03-051-3/+1
* Determine support for colored output from stdout instead of stderr since that...Craig Topper2014-03-031-1/+1
* Add a level parameter to ClangTidyCheck::diag.Peter Collingbourne2014-03-021-2/+3
OpenPOWER on IntegriCloud