llvm-project/clang-tools-extra/clang-tidy
Nathan James 9a8b041144
[clang-tidy] llvm-twine-local ignores parameters
Ignore paramater declarations of type `::llvm::Twine`, These don't suffer the same use after free risks as local twines.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D82281
2020-06-22 18:25:45 +01:00
..
abseil [clang-tidy] Improved accuracy of check list updater script 2020-06-22 11:07:24 +01:00
android [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
boost [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
bugprone [clang-tidy] Implement storeOptions for checks missing it. 2020-06-21 19:01:11 +01:00
cert [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
cppcoreguidelines [clang-tidy] Implement storeOptions for checks missing it. 2020-06-21 19:01:11 +01:00
darwin [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
fuchsia [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
google [clang-tidy] As part of using inclusive language within 2020-06-20 15:20:11 -07:00
hicpp [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
linuxkernel [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
llvm [clang-tidy] llvm-twine-local ignores parameters 2020-06-22 18:25:45 +01:00
llvmlibc [clang-tidy] Improved accuracy of check list updater script 2020-06-22 11:07:24 +01:00
misc [clang-tidy] Implement storeOptions for checks missing it. 2020-06-21 19:01:11 +01:00
modernize [clang-tidy] Improved accuracy of check list updater script 2020-06-22 11:07:24 +01:00
mpi [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
objc [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
openmp [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
performance [NFC] Simplify IncludeInsertions appending to diagnostics 2020-06-19 13:22:49 +01:00
plugin [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
portability [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
readability [clang-tidy] Implement storeOptions for checks missing it. 2020-06-21 19:01:11 +01:00
tool [clang-tidy] Extend InheritParentConfig to CommandLineConfig 2020-06-19 12:02:19 +01:00
utils [clang-tidy] Implement storeOptions for checks missing it. 2020-06-21 19:01:11 +01:00
zircon [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
CMakeLists.txt [clang-tools-extra] Prevent linking to duplicate .a libs and dylib 2020-06-17 19:00:26 +02:00
ClangTidy.cpp [clang-tidy] remove duplicate fixes of alias checkers 2020-06-19 20:40:59 +01:00
ClangTidy.h Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
ClangTidyCheck.cpp [clang-tidy] Optional inheritance of file configs from parent directories 2020-04-15 06:41:31 -07:00
ClangTidyCheck.h [clang-tidy] Fix buildbot failing with explicit specialization in class scope 2020-04-07 21:30:29 +01:00
ClangTidyDiagnosticConsumer.cpp [clang-tidy] remove duplicate fixes of alias checkers 2020-06-19 20:40:59 +01:00
ClangTidyDiagnosticConsumer.h [clang-tidy] remove duplicate fixes of alias checkers 2020-06-19 20:40:59 +01:00
ClangTidyForceLinker.h [clang-tidy][NFC] Add missing check group docs and order entries 2020-03-23 11:05:34 +01:00
ClangTidyModule.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
ClangTidyModule.h Return results by value from ClangTidyCheckFactories::createChecks 2019-09-26 13:55:01 +00: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] Extend InheritParentConfig to CommandLineConfig 2020-06-19 12:02:19 +01:00
ClangTidyOptions.h [clang-tidy] Extend InheritParentConfig to CommandLineConfig 2020-06-19 12:02:19 +01:00
ClangTidyProfiling.cpp Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC 2019-08-05 05:43:48 +00:00
ClangTidyProfiling.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ExpandModularHeadersPPCallbacks.cpp Prune TargetInfo.h include from ParsedAttr.h, NFC 2020-03-11 20:47:11 -07:00
ExpandModularHeadersPPCallbacks.h Avoid including FileManager.h from SourceManager.h 2020-03-11 13:53:12 -07: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] Improved accuracy of check list updater script 2020-06-22 11:07:24 +01:00
rename_check.py [clang-tidy] NFC: Cleanup Python scripts 2020-05-18 12:21:27 +02:00