llvm-project/clang-tools-extra/unittests/clang-tidy
Simon Pilgrim b9b90bb542 [clang] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine)
As described on D111049, we're trying to remove the <string> dependency from error handling and replace uses of report_fatal_error(const std::string&) with the Twine() variant which can be forward declared.
2021-10-06 11:43:19 +01:00
..
AddConstTest.cpp [clang-tidy] implement utility-function to add 'const' to variables 2020-01-03 20:37:47 +01:00
CMakeLists.txt Support standalone build of clang-tidy unittest 2021-02-25 11:51:12 +01:00
ClangTidyDiagnosticConsumerTest.cpp [libtooling][clang-tidy] Fix compiler warnings in testcase [NFC] 2021-04-12 08:26:46 +02:00
ClangTidyOptionsTest.cpp [clang-tidy] Remove OptionError 2021-03-01 17:55:17 +00:00
ClangTidyTest.h [clang] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 11:43:19 +01:00
GlobListTest.cpp GlobList: added a clear test for pattern priority 2019-08-27 08:42:42 +00:00
GoogleModuleTest.cpp
IncludeInserterTest.cpp Make sure Objective-C category support in IncludeSorter handles top-level imports 2020-10-26 12:24:43 -07:00
LLVMModuleTest.cpp [clang-tidy] Make llvm-header-guard work on llvm git monorepo 2019-09-26 09:56:37 +00:00
NamespaceAliaserTest.cpp
ObjCModuleTest.cpp
OptionsProviderTest.cpp [clang-tidy] Use vfs::FileSystem when getting config 2020-11-07 19:18:02 +00:00
OverlappingReplacementsTest.cpp
ReadabilityModuleTest.cpp
TransformerClangTidyCheckTest.cpp [libtooling][clang-tidy] Fix diagnostics not highlighting fed SourceRanges 2021-04-10 16:43:44 +02:00
UsingInserterTest.cpp