llvm-project/clang-tools-extra/clang-tidy
Zinovy Nis 709112bce4 [clang-tidy] false-positive for bugprone-redundant-branch-condition in case of passed-by-ref params
Inspired by discussion in https://reviews.llvm.org/D91037

Differential Revision: https://reviews.llvm.org/D91495
2020-12-11 21:09:51 +03:00
..
abseil Remove references to the ast_type_traits namespace 2020-12-11 12:39:33 +01:00
altera Add a new altera kernel name restriction check to clang-tidy. 2020-11-09 09:26:50 -05:00
android Allow to specify macro names for android-comparison-in-temp-failure-retry 2020-10-01 10:09:26 -07:00
boost [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04:00
bugprone [clang-tidy] false-positive for bugprone-redundant-branch-condition in case of passed-by-ref params 2020-12-11 21:09:51 +03:00
cert Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
concurrency [NFC][clang-tidy] Do link FrontendOpenMP into concurrency module after all 2020-11-30 13:34:00 +03:00
cppcoreguidelines Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
darwin [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04:00
fuchsia Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
google [clang-tidy] Add support for diagnostics with no location 2020-12-08 20:29:31 +00:00
hicpp [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files 2020-06-29 16:05:52 +01:00
linuxkernel [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04:00
llvm Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
llvmlibc [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files 2020-06-29 16:05:52 +01:00
misc Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
modernize Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
mpi [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04:00
objc Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
openmp [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files 2020-06-29 16:05:52 +01:00
performance Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
plugin [openmp] Add missing dependencies for OMP.h.inc after d90443b 2020-06-23 11:48:04 -04:00
portability [clang tidy] Fix SIMDIntrinsicsCheck not storing options 2020-10-18 15:56:39 +01:00
readability Remove references to the ast_type_traits namespace 2020-12-11 12:39:33 +01:00
tool [clang-tidy] Use a MemoryBufferRef when parsing configuration files. 2020-12-10 14:52:45 +00:00
utils Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
zircon Remove references to the ast_type_traits namespace 2020-12-11 00:58:46 +01:00
CMakeLists.txt [clang-tidy] add concurrency module 2020-11-30 12:27:17 +03:00
ClangTidy.cpp Use ANSI escape codes for --use-color on Windows 2020-10-31 10:36:42 -04:00
ClangTidy.h [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files 2020-06-29 16:05:52 +01:00
ClangTidyCheck.cpp [clang-tidy] Add support for diagnostics with no location 2020-12-08 20:29:31 +00:00
ClangTidyCheck.h [clang-tidy] Add support for diagnostics with no location 2020-12-08 20:29:31 +00:00
ClangTidyDiagnosticConsumer.cpp [clang-tidy] Add support for diagnostics with no location 2020-12-08 20:29:31 +00:00
ClangTidyDiagnosticConsumer.h [clang-tidy] Add support for diagnostics with no location 2020-12-08 20:29:31 +00:00
ClangTidyForceLinker.h [clang-tidy] add concurrency module 2020-11-30 12:27:17 +03:00
ClangTidyModule.cpp [clang-tidy][NFC] Use StringMap for ClangTidyCheckFactories::FacoryMap 2020-07-30 22:57:33 +01:00
ClangTidyModule.h [clang-tidy][NFC] Use StringMap for ClangTidyCheckFactories::FacoryMap 2020-07-30 22:57:33 +01:00
ClangTidyModuleRegistry.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClangTidyOptions.cpp [clang-tidy] Use a MemoryBufferRef when parsing configuration files. 2020-12-10 14:52:45 +00:00
ClangTidyOptions.h [clang-tidy] Use a MemoryBufferRef when parsing configuration files. 2020-12-10 14:52:45 +00:00
ClangTidyProfiling.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
ClangTidyProfiling.h [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files 2020-06-29 16:05:52 +01:00
ExpandModularHeadersPPCallbacks.cpp [clang-tidy] Silence unused variable warning in Release builds. NFCI. 2020-10-26 20:20:23 +01:00
ExpandModularHeadersPPCallbacks.h Avoid including FileManager.h from SourceManager.h 2020-03-11 13:53:12 -07:00
GlobList.cpp [clang-tidy][NFC] Made Globlist::contains const 2020-12-08 22:26:55 +00:00
GlobList.h [clang-tidy][NFC] Made Globlist::contains const 2020-12-08 22:26:55 +00:00
add_new_check.py [clang-tidy] prevent generated checks from triggering assertions on anonymous functions 2020-08-12 12:43:40 +01:00
clang-tidy-config.h.cmake Add an explicit toggle for the static analyzer in clang-tidy 2020-09-10 10:48:17 -04:00
rename_check.py [NFC][clang-tidy] Port rename_check.py to Python3 2020-12-01 20:10:19 +03:00