aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/ClangTidy.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-23[clang-tidy] Add `-verify-config` command line argumentNathan James1-0/+35
2022-06-19[clang-tools-extra] Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2022-06-14Reland "[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' ...Balazs Benics1-1/+0
2022-06-10Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber1-0/+1
2022-06-10[clang-tidy] Remove reference to CSA AnalysisStoreOpt fieldBalazs Benics1-1/+0
2022-06-10[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' cc1 flagBalazs Benics1-1/+0
2022-05-06[clang-tidy][NFC] Add createChecks method that also checks for LangaugeOptionsNathan James1-5/+1
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed1-2/+2
2021-04-10[libtooling][clang-tidy] Fix diagnostics not highlighting fed SourceRangesWhisperity1-11/+22
2021-03-05[clang-tidy][NFC] Remove unsupported language version checks from vectorNathan James1-2/+4
2021-03-01[clang-tidy] Added command line option `fix-notes`Nathan James1-8/+10
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-3/+3
2020-12-28[clang-tidy][NFC] Remove unnecessary headersNathan James1-4/+0
2020-12-17[clang-tidy][NFC] Reduce copies of Intrusive..FileSystemNathan James1-9/+11
2020-10-31Use ANSI escape codes for --use-color on WindowsDavid Sanders1-0/+3
2020-09-10Add an explicit toggle for the static analyzer in clang-tidyNico Weber1-11/+11
2020-07-30[clang-tidy][NFC] Use StringMap for ClangTidyCheckFactories::FacoryMapNathan James1-2/+2
2020-07-30[clang-tidy] Use StringMap for ClangTidyOptions::OptionsMapNathan James1-4/+3
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-0/+1
2020-06-19[clang-tidy] remove duplicate fixes of alias checkersDaniel1-0/+2
2020-06-18[clang-tidy] Add --use-color command line option and UseColor option to contr...hyd-dev1-1/+2
2020-04-15[clang-tidy] Optional inheritance of file configs from parent directories Dmitry Polukhin1-1/+3
2020-03-28Upgrade some instances of std::sort to llvm::sort. NFC.Benjamin Kramer1-1/+1
2020-02-28[clang-tidy] Added virtual isLanguageVersionSupported to ClangTidyCheckNathan James1-0/+2
2020-01-29More fixes of implicit std::string conversionsMikael Holmén1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-11-26[clang-tidy] Use range-for for check registration. NFCAlexander Kornienko1-4/+2
2019-10-14[clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous1-4/+3
2019-09-26Return results by value from ClangTidyCheckFactories::createChecksDmitri Gribenko1-4/+4
2019-09-12[ClangTidy] Adjust the name getCheckName to getCheckerName due to API change.Tim Shen1-1/+1
2019-09-11[analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev1-4/+5
2019-08-29Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko1-1/+3
2019-08-16[analyzer] Analysis: Silence checkersCsaba Dabis1-6/+6
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-5/+5
2019-08-01[clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins1-2/+5
2019-04-18[clang-tidy] Address post-commit commentsHaojian Wu1-31/+30
2019-04-17[clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu1-24/+39
2019-04-03[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks methodAlexander Kornienko1-1/+0
2019-03-26Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith1-2/+2
2019-03-25[clang-tidy] Separate the check-facing interfaceAlexander Kornienko1-45/+0
2019-03-22[clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko1-6/+23
2019-01-21[clang-tidy] Use getStripPluginsAdjusterKadir Cetinkaya1-17/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-08[clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFCSam McCall1-1/+3
2018-11-06[clang-tidy] run() doesn't update the SourceManager.Sam McCall1-1/+3
2018-11-02[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall1-7/+10
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-4/+4
2018-10-01[clang-tidy] Build it even without static analyzerStephen Kelly1-0/+11
2018-09-30Reverting r343415 as it breaks at least one of the bots.Aaron Ballman1-10/+0
2018-09-30Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman1-0/+10