llvm-project/clang-tools-extra/clang-tidy
Jan Svoboda abf0c6c0c0 Use CTAD on llvm::SaveAndRestore
Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D139229
2022-12-02 15:36:12 -08:00
..
abseil try to fix build after 16544cbe64 2022-09-28 15:18:15 -04:00
altera Revert "[clang] ASTImporter: Fix importing of va_list types and declarations" 2022-10-31 19:34:23 +01:00
android [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
boost [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
bugprone [clang-tidy] Add checker 'bugprone-suspicious-realloc-usage'. 2022-10-04 09:14:46 +02:00
cert [clang-tidy] Support C++14 in bugprone-signal-handler. 2022-08-12 09:45:53 +02:00
concurrency [clang-tidy][docs] Fix a couple of missed cases from 6e566bc552 2022-06-22 21:37:16 +01:00
cppcoreguidelines [clang-tidy] Add cppcoreguidelines-avoid-do-while check 2022-10-10 07:29:17 +00:00
darwin [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
fuchsia [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
google [clang-tidy] Suppress google-objc-avoid-throwing-exception in system macros 🫢 2022-11-30 16:44:45 -08:00
hicpp [clang] Track the templated entity in type substitution. 2022-10-15 22:08:36 +02:00
linuxkernel [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
llvm Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
llvmlibc [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
misc [clang-tidy] Add misc-use-anonymous-namespace check 2022-12-01 07:19:30 +00:00
modernize [clang-tidy] Ignore cxxRewrittenBinaryOperator in defaulted function decls in modernize-use-nullptr 2022-11-25 15:45:37 +01:00
mpi NFC: [clang] Template argument cleanups. 2022-10-25 00:29:56 +02:00
objc Use llvm::all_of (NFC) 2022-08-14 16:25:36 -07:00
openmp [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
performance [clang-tools-extra] Use llvm::find (NFC) 2022-10-30 09:41:55 -07:00
plugin [clang-tidy] Fix lint warnings in clang-tidy source code (NFC) 2021-11-02 20:14:25 +13:00
portability [clang-tidy] Organize check doc files into subdirectories (NFC) 2022-06-16 16:06:20 -06:00
readability Use CTAD on llvm::SaveAndRestore 2022-12-02 15:36:12 -08:00
tool [clang-tidy] Use structured bindings (NFC) 2022-11-06 20:48:55 -08:00
utils Use std::nullopt_t instead of NoneType (NFC) 2022-11-23 14:16:04 -08:00
zircon Use llvm::is_contained (NFC) 2022-08-27 21:21:00 -07:00
CMakeLists.txt Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
ClangTidy.cpp [clang-tidy] Add `-verify-config` command line argument 2022-06-23 19:23:09 +01:00
ClangTidy.h [clang-tidy] Add `-verify-config` command line argument 2022-06-23 19:23:09 +01:00
ClangTidyCheck.cpp [clang-tidy] Add `-verify-config` command line argument 2022-06-23 19:23:09 +01:00
ClangTidyCheck.h [clang-tools-extra] Use value_or instead of getValueOr (NFC) 2022-06-19 00:13:38 -07:00
ClangTidyDiagnosticConsumer.cpp [clang-tidy] Dump effective diagnostics level in YAML output 2022-10-12 02:03:56 -07:00
ClangTidyDiagnosticConsumer.h [clang-tidy] Add `-verify-config` command line argument 2022-06-23 19:23:09 +01:00
ClangTidyForceLinker.h
ClangTidyModule.cpp [clang-tidy][NFC] Add createChecks method that also checks for LangaugeOptions 2022-05-06 17:30:34 +01:00
ClangTidyModule.h [clang-tidy][NFC] Add createChecks method that also checks for LangaugeOptions 2022-05-06 17:30:34 +01:00
ClangTidyModuleRegistry.h
ClangTidyOptions.cpp [clang-tidy] Extend spelling for CheckOptions 2022-06-23 19:59:31 +01:00
ClangTidyOptions.h [clang][clang-tools-extra] LLVM_NODISCARD => [[nodiscard]]. NFC 2022-08-09 07:11:18 +00:00
ClangTidyProfiling.cpp Don't use Optional::hasValue (NFC) 2022-06-20 11:33:56 -07:00
ClangTidyProfiling.h
ExpandModularHeadersPPCallbacks.cpp [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective() 2022-04-14 10:46:12 +02:00
ExpandModularHeadersPPCallbacks.h [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective() 2022-04-14 10:46:12 +02:00
GlobList.cpp Allow newline characters as separators for checks in Clang-Tidy configurations 2022-03-15 14:30:13 -04:00
GlobList.h [clang-tidy][NFC] Remove Tristate from CachedGlobList 2022-02-23 08:35:31 +00:00
NoLintDirectiveHandler.cpp [clang-tools-extra] Use value_or instead of getValueOr (NFC) 2022-06-19 00:13:38 -07:00
NoLintDirectiveHandler.h Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
add_new_check.py [clang-tidy] Add execute perms back to add_new_check script 2022-07-27 10:41:34 +01:00
clang-tidy-config.h.cmake
rename_check.py Fix python 2-vs-3 issues in add_new_check.py and rename_check.py 2021-09-11 09:52:50 +02:00