aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidy.cpp
AgeCommit message (Expand)Author
2019-10-14[clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous
2019-09-26Return results by value from ClangTidyCheckFactories::createChecksDmitri Gribenko
2019-09-12[ClangTidy] Adjust the name getCheckName to getCheckerName due to API change.Tim Shen
2019-09-11[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev
2019-08-29Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko
2019-08-16[analyzer] Analysis: Silence checkersCsaba Dabis
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-01[clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins
2019-04-18[clang-tidy] Address post-commit commentsHaojian Wu
2019-04-17[clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu
2019-04-03[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks methodAlexander Kornienko
2019-03-26Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith
2019-03-25[clang-tidy] Separate the check-facing interfaceAlexander Kornienko
2019-03-22[clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko
2019-01-21[clang-tidy] Use getStripPluginsAdjusterKadir Cetinkaya
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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