summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix checks filter with warnings-as-errorsPiotr Zegar2023-07-221-0/+2
* [clang-tidy] Fix crash in --dump-configNathan James2023-04-151-0/+5
* [clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez2023-01-141-4/+2
* [clang-tidy] Add `-verify-config` command line argumentNathan James2022-06-231-0/+35
* [clang-tools-extra] Use value_or instead of getValueOr (NFC)Kazu Hirata2022-06-191-1/+1
* Reland "[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' ...Balazs Benics2022-06-141-1/+0
* Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber2022-06-101-0/+1
* [clang-tidy] Remove reference to CSA AnalysisStoreOpt fieldBalazs Benics2022-06-101-1/+0
* [analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' cc1 flagBalazs Benics2022-06-101-1/+0
* [clang-tidy][NFC] Add createChecks method that also checks for LangaugeOptionsNathan James2022-05-061-5/+1
* [clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed2021-11-021-2/+2
* [libtooling][clang-tidy] Fix diagnostics not highlighting fed SourceRangesWhisperity2021-04-101-11/+22
* [clang-tidy][NFC] Remove unsupported language version checks from vectorNathan James2021-03-051-2/+4
* [clang-tidy] Added command line option `fix-notes`Nathan James2021-03-011-8/+10
* [clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko2021-01-291-3/+3
* [clang-tidy][NFC] Remove unnecessary headersNathan James2020-12-281-4/+0
* [clang-tidy][NFC] Reduce copies of Intrusive..FileSystemNathan James2020-12-171-9/+11
* Use ANSI escape codes for --use-color on WindowsDavid Sanders2020-10-311-0/+3
* Add an explicit toggle for the static analyzer in clang-tidyNico Weber2020-09-101-11/+11
* [clang-tidy][NFC] Use StringMap for ClangTidyCheckFactories::FacoryMapNathan James2020-07-301-2/+2
* [clang-tidy] Use StringMap for ClangTidyOptions::OptionsMapNathan James2020-07-301-4/+3
* [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James2020-06-291-0/+1
* [clang-tidy] remove duplicate fixes of alias checkersDaniel2020-06-191-0/+2
* [clang-tidy] Add --use-color command line option and UseColor option to contr...hyd-dev2020-06-181-1/+2
* [clang-tidy] Optional inheritance of file configs from parent directories Dmitry Polukhin2020-04-151-1/+3
* Upgrade some instances of std::sort to llvm::sort. NFC.Benjamin Kramer2020-03-281-1/+1
* [clang-tidy] Added virtual isLanguageVersionSupported to ClangTidyCheckNathan James2020-02-281-0/+2
* More fixes of implicit std::string conversionsMikael Holmén2020-01-291-1/+1
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-1/+1
* [clang-tidy] Use range-for for check registration. NFCAlexander Kornienko2019-11-261-4/+2
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-141-4/+3
* Return results by value from ClangTidyCheckFactories::createChecksDmitri Gribenko2019-09-261-4/+4
* [ClangTidy] Adjust the name getCheckName to getCheckerName due to API change.Tim Shen2019-09-121-1/+1
* [analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev2019-09-111-4/+5
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-1/+3
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-161-6/+6
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-5/+5
* [clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins2019-08-011-2/+5
* [clang-tidy] Address post-commit commentsHaojian Wu2019-04-181-31/+30
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-171-24/+39
* [clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks methodAlexander Kornienko2019-04-031-1/+0
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+2
* [clang-tidy] Separate the check-facing interfaceAlexander Kornienko2019-03-251-45/+0
* [clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko2019-03-221-6/+23
* [clang-tidy] Use getStripPluginsAdjusterKadir Cetinkaya2019-01-211-17/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFCSam McCall2018-11-081-1/+3
* [clang-tidy] run() doesn't update the SourceManager.Sam McCall2018-11-061-1/+3
* [clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall2018-11-021-7/+10
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-4/+4