summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Support SystemHeaders in .clang-tidyCarlos Galvez2023-05-071-0/+1
* [clang-tidy] Support specifying checks as a list in the config fileCarlos Galvez2023-04-101-1/+39
* [clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez2023-02-191-0/+8
* Revert "[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExt...Carlos Galvez2023-01-251-8/+0
* [clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez2023-01-231-0/+8
* [clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez2023-01-141-8/+4
* [clang-tidy][doc] Deprecate the AnalyzeTemporaryDtors optionCarlos Galvez2023-01-131-1/+1
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-071-2/+2
* [YAML] Convert Optional to std::optionalKrzysztof Parzyszek2022-12-061-4/+5
* [clang-tidy] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-3/+3
* [clang-tidy] Extend spelling for CheckOptionsNathan James2022-06-231-3/+37
* [clang-tools-extra] Use value_or instead of getValueOr (NFC)Kazu Hirata2022-06-191-2/+2
* [clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko2021-01-291-1/+1
* [clang-tidy][NFC] Fix a build warning due to an extra semicolonYang Fan2021-01-011-1/+1
* [clang-tidy][NFC] Remove unnecessary headersNathan James2020-12-281-1/+0
* [clang-tidy] Add a diagnostic callback to parseConfigurationNathan James2020-12-171-0/+17
* [clang-tidy] Use a MemoryBufferRef when parsing configuration files.Nathan James2020-12-101-2/+3
* [clang-tidy][NFC] Use moves instead of copies when constructing OptionsProvid...Nathan James2020-12-101-29/+29
* [clang-tidy] Merge options inplace instead of copyingNathan James2020-11-121-18/+22
* [clang-tidy] Fix build for gcc5.3 after d725f1ceNathan James2020-11-081-1/+1
* [clang-tidy] Use vfs::FileSystem when getting configNathan James2020-11-071-8/+8
* Reland "[yaml2obj][ELF] - Simplify the code that performs sections validation."Georgii Rymar2020-10-201-2/+2
* [clang-tidy] Fix build problem after commit 45a720a864320bbbeb596aBjorn Pettersson2020-07-311-1/+1
* [clang-tidy] Use StringMap for ClangTidyOptions::OptionsMapNathan James2020-07-301-3/+5
* [clang-tidy] Fix module options being registered with different prioritiesNathan James2020-07-291-3/+1
* Silence gcc warning about extra ";" [NFC]Mikael Holmen2020-06-231-1/+1
* [clang-tidy] Extend InheritParentConfig to CommandLineConfigNathan James2020-06-191-30/+65
* [NFC] Refactor Registry loops to range forNathan James2020-06-191-4/+3
* [clang-tidy] Add --use-color command line option and UseColor option to contr...hyd-dev2020-06-181-0/+2
* [clang-tidy] Optional inheritance of file configs from parent directories Dmitry Polukhin2020-04-151-11/+27
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-2/+2
* [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-4/+5
* Partially revert r331456: [clang-tidy] Remove AnalyzeTemporaryDtors option.Roman Lebedev2018-05-081-0/+2
* [clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko2018-05-031-3/+0
* [clang-tidy] Fix unused-variable warning.Haojian Wu2018-04-191-1/+2
* [clang-tidy] Fix clang-tidy doesn't read .clangtidy configuration file.Haojian Wu2018-04-181-4/+12
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-2/+0
* [clang-tidy] Add FormatStyle configuration option.Alexander Kornienko2017-04-061-0/+3
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-2/+1
* [clang-tidy] Merge ExtraArgs(Before) instead of overriding them.Alexander Kornienko2016-08-231-24/+30
* [clang-tidy] Pass absolute path to OptionsProvider::getOptions/getRawOptions.Haojian Wu2016-07-111-9/+0
* [ClangTidy] Add an 'explain-checks' option to diagnose where each checks come...Haojian Wu2016-04-271-13/+61
* Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs2016-01-131-0/+8
* Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via config...Alexander Kornienko2015-11-091-0/+7
* [clang-tidy] Don't ignore default set of checks when a config file is found.Alexander Kornienko2015-02-051-4/+3
* [clang-tidy] Make ClangTidyOptionsProvider::getOptions return by value.Alexander Kornienko2015-01-201-1/+1
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-2/+2
* Remove uses of StringMap::GetOrCreateValue in favor of stl-compatible API usageDavid Blaikie2014-11-191-2/+2