aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidy.cpp
AgeCommit message (Expand)Author
2019-01-23Merging r351738:Hans Wennborg
2018-11-08[clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFCSam McCall
2018-11-06[clang-tidy] run() doesn't update the SourceManager.Sam McCall
2018-11-02[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-10-01[clang-tidy] Build it even without static analyzerStephen Kelly
2018-09-30Reverting r343415 as it breaks at least one of the bots.Aaron Ballman
2018-09-30Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman
2018-09-06Fix reported range of partial token replacementStephen Kelly
2018-06-06[clang-tidy] Store checks profiling info as JSON filesRoman Lebedev
2018-05-17[clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko
2018-05-08[clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev
2018-05-03[clang-tidy] Define __clang_analyzer__ macro for clang-tidy for compatibility...Zinovy Nis
2018-05-03[clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko
2018-04-02Revert r328932 as it caused Windows and MacOS bot failures.Mike Edwards
2018-04-01[clang-tidy] Define __clang_analyzer__ macro for clang-tidy for compatibility...Zinovy Nis
2018-02-27Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev
2018-02-27[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev
2018-01-23[clang-tidy] Add -vfsoverlay flagIlya Biryukov
2017-05-17Change getChecksFilter() interface to hide implementation details.Alexander Kornienko
2017-04-06[clang-tidy] Reuse FileID in getLocationChih-Hung Hsieh
2017-04-06[clang-tidy] Add FormatStyle configuration option.Alexander Kornienko
2017-03-31[clang-tidy] Revert D31406 (Reuse FileID in getLocation)Chih-Hung Hsieh
2017-03-30[clang-tidy] Reuse FileID in getLocationChih-Hung Hsieh
2017-03-03[clang-tidy] Format code around applied fixesAlexander Kornienko
2017-01-17Update tools to use new getStyle APIAntonio Maiorano
2017-01-13Remove unused lambda captures. NFCMalcolm Parsons
2017-01-03[clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko
2016-11-30[clang-tidy] Make format style customizableJonas Devlieghere
2016-11-08Use AnalyzerOptions::getRegisteredCheckers() instead of clang/StaticAnalyzer/...Alexander Kornienko
2016-10-17[clang-tidy] Clean up code after applying replacements.Alexander Kornienko
2016-08-23[clang-tidy] Fix the order of ExtraArgsBeforeAlexander Kornienko
2016-08-09Fix clang-tidy crash when a single fix is applied on multiple files.Eric Liu
2016-08-05Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn
2016-07-28Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn
2016-07-28Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn
2016-07-18Unbreak extra tools build post r275882.Benjamin Kramer
2016-04-28Fix include path in ClangTidy.cpp.Stephen Hines
2016-04-06[clang-tidy] filter plugins and plugin arguments of the command-lineEtienne Bergeron
2016-03-22[clang-tidy] Skip reporting of not applicable fixes.Etienne Bergeron
2016-02-26[clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.Haojian Wu
2016-02-05[clang-tdiy] Add header file extension configuration support.Haojian Wu
2016-01-13Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs
2015-11-16[clang-tidy] Test commit (playing with git-svn)Alexander Kornienko
2015-11-13[clang-tidy] Remove unused #includes.Alexander Kornienko
2015-11-09Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via config...Alexander Kornienko
2015-10-18Make a bunch of static arrays const.Craig Topper
2015-03-11[clang-tidy] Static Analyzer checker configuration options pass-through.Gabor Horvath
2014-10-23Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen
2014-09-12Implemented clang-tidy-check-specific options.Alexander Kornienko