aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-23[clang-tidy] Extend spelling for CheckOptionsNathan James1-3/+37
2022-06-19[clang-tools-extra] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+2
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-1/+1
2021-01-01[clang-tidy][NFC] Fix a build warning due to an extra semicolonYang Fan1-1/+1
2020-12-28[clang-tidy][NFC] Remove unnecessary headersNathan James1-1/+0
2020-12-17[clang-tidy] Add a diagnostic callback to parseConfigurationNathan James1-0/+17
2020-12-10[clang-tidy] Use a MemoryBufferRef when parsing configuration files.Nathan James1-2/+3
2020-12-10[clang-tidy][NFC] Use moves instead of copies when constructing OptionsProvid...Nathan James1-29/+29
2020-11-12[clang-tidy] Merge options inplace instead of copyingNathan James1-18/+22
2020-11-08[clang-tidy] Fix build for gcc5.3 after d725f1ceNathan James1-1/+1
2020-11-07[clang-tidy] Use vfs::FileSystem when getting configNathan James1-8/+8
2020-10-20Reland "[yaml2obj][ELF] - Simplify the code that performs sections validation."Georgii Rymar1-2/+2
2020-07-31[clang-tidy] Fix build problem after commit 45a720a864320bbbeb596aBjorn Pettersson1-1/+1
2020-07-30[clang-tidy] Use StringMap for ClangTidyOptions::OptionsMapNathan James1-3/+5
2020-07-29[clang-tidy] Fix module options being registered with different prioritiesNathan James1-3/+1
2020-06-23Silence gcc warning about extra ";" [NFC]Mikael Holmen1-1/+1
2020-06-19[clang-tidy] Extend InheritParentConfig to CommandLineConfigNathan James1-30/+65
2020-06-19[NFC] Refactor Registry loops to range forNathan James1-4/+3
2020-06-18[clang-tidy] Add --use-color command line option and UseColor option to contr...hyd-dev1-0/+2
2020-04-15[clang-tidy] Optional inheritance of file configs from parent directories Dmitry Polukhin1-11/+27
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-2/+2
2018-05-15[clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-4/+5
2018-05-08Partially revert r331456: [clang-tidy] Remove AnalyzeTemporaryDtors option.Roman Lebedev1-0/+2
2018-05-03[clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko1-3/+0
2018-04-19[clang-tidy] Fix unused-variable warning.Haojian Wu1-1/+2
2018-04-18[clang-tidy] Fix clang-tidy doesn't read .clangtidy configuration file.Haojian Wu1-4/+12
2017-06-30Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith1-2/+0
2017-04-06[clang-tidy] Add FormatStyle configuration option.Alexander Kornienko1-0/+3
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-2/+1
2016-08-23[clang-tidy] Merge ExtraArgs(Before) instead of overriding them.Alexander Kornienko1-24/+30
2016-07-11[clang-tidy] Pass absolute path to OptionsProvider::getOptions/getRawOptions.Haojian Wu1-9/+0
2016-04-27[ClangTidy] Add an 'explain-checks' option to diagnose where each checks come...Haojian Wu1-13/+61
2016-01-13Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs1-0/+8
2015-11-09Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via config...Alexander Kornienko1-0/+7
2015-02-05[clang-tidy] Don't ignore default set of checks when a config file is found.Alexander Kornienko1-4/+3
2015-01-20[clang-tidy] Make ClangTidyOptionsProvider::getOptions return by value.Alexander Kornienko1-1/+1
2015-01-14[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth1-2/+2
2014-11-19Remove uses of StringMap::GetOrCreateValue in favor of stl-compatible API usageDavid Blaikie1-2/+2
2014-11-04[clang-tidy] Don't print a message if there's no error.Alexander Kornienko1-2/+3
2014-10-28[clang-tidy] Added -system-headers option.Alexander Kornienko1-0/+3
2014-10-20[clang-tidy] Add support for custom configuration file names/formats.Alexander Kornienko1-34/+51
2014-10-16[clang-tidy] Default options in modules.Alexander Kornienko1-0/+14
2014-09-24Provide user name in ClangTidyOptions.Alexander Kornienko1-10/+20
2014-09-23Drop superfluous semicolon. GCC's -pedantic warns about this.Benjamin Kramer1-1/+1
2014-09-12Implemented clang-tidy-check-specific options.Alexander Kornienko1-0/+32
2014-09-04Try to make VS 2012 happy after r217155Hans Wennborg1-3/+4
2014-09-04Implemented clang-tidy configurability via .clang-tidy files.Alexander Kornienko1-2/+125
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola1-4/+4