hanchenye-llvm-project/clang-tools-extra/clang-tidy
Simon Pilgrim 2ea8b58cb6 clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI.
The static analyzer is warning about potential null dereferences, but in these cases we should be able to use castAs<> directly and if not assert will fire for us.

llvm-svn: 375102
2019-10-17 11:12:53 +00:00
..
abseil Fix typo. "piont" => "point" 2019-08-20 00:28:21 +00:00
android Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
boost [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
bugprone [clang-tidy] bugprone-not-null-terminated-result: checker adjustments 2 2019-10-13 10:20:58 +00:00
cert [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
cppcoreguidelines Add the misc-init-local-variables check. 2019-10-02 17:18:57 +00: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 Use std::unique_ptr in ClangTidyCheckFactories 2019-09-26 13:47:29 +00:00
hicpp
linuxkernel [clang-tidy] Add a module for the Linux kernel. 2019-07-25 22:32:50 +00:00
llvm [clang-tidy] Make llvm-header-guard work on llvm git monorepo 2019-09-26 09:56:37 +00:00
misc clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI. 2019-10-17 11:12:53 +00:00
modernize clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI. 2019-10-17 11:12:53 +00:00
mpi [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
objc [clang-tidy] Rename objc-avoid-spinlock check to darwin-avoid-spinlock 2019-10-01 21:18:40 +00:00
openmp [clang-tidy] openmp-exception-escape check: point to the structured-block 2019-05-05 21:26:32 +00:00
performance [clang-tidy] performance-inefficient-vector-operation: Support proto repeated field 2019-09-16 08:54:10 +00:00
plugin clang-tidy: Don't repeat list of all checks in three places. 2019-09-27 12:56:14 +00:00
portability [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
readability Use std::unique_ptr in ClangTidyCheckFactories 2019-09-26 13:47:29 +00:00
tool [clang-tools-extra] [cmake] Link against libclang-cpp whenever possible 2019-10-04 20:30:02 +00:00
utils [libTooling] Move Transformer files to their own directory/library. 2019-10-10 02:34:47 +00:00
zircon [clang-tidy] Switch checks to #include "ClangTidyCheck.h" 2019-03-25 12:38:26 +00:00
CMakeLists.txt [clang-tools-extra] Fix overzealous linking of dylib to clangTidy 2019-10-15 13:05:38 +00:00
ClangTidy.cpp [clang-scan-deps] Support for clang --analyze in clang-scan-deps 2019-10-14 20:15:01 +00: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 Revert "[clang-tidy] Fix relative path in header-filter." 2019-09-23 13:06:25 +00:00
ClangTidyDiagnosticConsumer.h Moved GlobList into a separate header file 2019-08-26 15:44:32 +00: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 Use FileEntryRef for PPCallbacks::HasInclude 2019-08-27 17:32:42 +00: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 Updated add_new_check.py to create checker tests in the new directory 2019-10-11 13:46:55 +00:00
rename_check.py [clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check' 2019-05-10 18:27:09 +00:00