llvm-project/clang-tools-extra/clang-tidy
Nathan James 36fcbb838c Added readability-qualified-auto check
Adds a check that detects any auto variables that are deduced to a pointer or
a const pointer then adds in the const and asterisk according. Will also
check auto L value references that could be written as const. This relates
to the coding standard
https://llvm.org/docs/CodingStandards.html#beware-unnecessary-copies-with-auto
2020-01-14 14:06:46 -05:00
..
abseil NFC: Fix trivial typos in comments 2020-01-04 10:28:41 -05:00
android Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
boost
bugprone [clang-tidy] new check: bugprone-signed-char-misuse 2020-01-06 18:21:26 +01:00
cert [clang-tidy] Add cert-oop58-cpp check 2019-12-15 16:30:14 +01:00
cppcoreguidelines NFC: Fix trivial typos in comments 2020-01-04 10:28:41 -05:00
darwin [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock 2019-10-01 21:18:40 +00:00
fuchsia Moved GlobList into a separate header file 2019-08-26 15:44:32 +00:00
google NFC: Fix trivial typos in comments 2020-01-04 10:28:41 -05:00
hicpp Add an option to hicpp-signed-bitwise for positive integer literals. 2019-10-30 14:11:29 -04:00
linuxkernel
llvm Added readability-qualified-auto check 2020-01-14 14:06:46 -05:00
misc Fix a false positive in misc-redundant-expression check 2019-10-30 13:38:25 -04:00
modernize [clang-tidy] Match InitListExpr in modernize-use-default-member-init 2020-01-14 15:19:37 +00:00
mpi
objc [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock 2019-10-01 21:18:40 +00:00
openmp [clang-tools-extra] Fix linking dylib for LLVMFrontendOpenMP 2019-12-18 22:33:23 +01:00
performance NFC: Fix trivial typos in comments 2020-01-04 10:28:41 -05:00
plugin clang-tidy: Don't repeat list of all checks in three places. 2019-09-27 12:56:14 +00:00
portability
readability Added readability-qualified-auto check 2020-01-14 14:06:46 -05:00
tool Use InitLLVM in clang-tidy 2019-11-28 13:50:35 +09:00
utils Fix MSVC "not all control paths return a value" warning. NFCI. 2020-01-06 10:20:20 +00:00
zircon
CMakeLists.txt [clang-tools-extra] Fix overzealous linking of dylib to clangTidy 2019-10-15 13:05:38 +00:00
ClangTidy.cpp [clang-tidy] Use range-for for check registration. NFC 2019-11-26 16:34:23 +01:00
ClangTidy.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ClangTidyCheck.cpp
ClangTidyCheck.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ClangTidyDiagnosticConsumer.cpp Fix -Wswitch-coverage warning in clang-tidy after ak_addrspace introduction. 2019-12-13 12:57:48 -08:00
ClangTidyDiagnosticConsumer.h Fix naming style. NFC. 2019-12-12 17:00:57 +01:00
ClangTidyForceLinker.h clang-tidy: Don't repeat list of all checks in three places. 2019-09-27 12:56:14 +00:00
ClangTidyModule.cpp Return results by value from ClangTidyCheckFactories::createChecks 2019-09-26 13:55:01 +00:00
ClangTidyModule.h Return results by value from ClangTidyCheckFactories::createChecks 2019-09-26 13:55:01 +00:00
ClangTidyModuleRegistry.h
ClangTidyOptions.cpp Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ClangTidyOptions.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +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
ExpandModularHeadersPPCallbacks.cpp clang/Modules: Rename CompilerInstance::ModuleManager, NFC 2019-11-22 18:24:11 -08:00
ExpandModularHeadersPPCallbacks.h Use FileEntryRef for PPCallbacks::HasInclude 2019-08-27 17:32:42 +00:00
GlobList.cpp Refactor GlobList from an ad-hoc linked list to a vector 2019-08-27 10:56:13 +00:00
GlobList.h Refactor GlobList from an ad-hoc linked list to a vector 2019-08-27 10:56:13 +00:00
add_new_check.py clang-tidy doc: Refresh the list of checkers and polish the script 2020-01-10 22:07:47 +01:00
rename_check.py