llvm-project/clang-tools-extra/clang-tidy
Aaron Ballman e0fddb4e56 Fix false positive with lambda assignments in cert-err58-cpp.
This check is about preventing exceptions from being thrown before main() executes, and assigning a lambda (rather than calling it) to a global object cannot throw any exceptions.

llvm-svn: 347761
2018-11-28 15:04:38 +00:00
..
abseil Add the abseil-duration-factory-scale check. 2018-11-18 16:41:06 +00:00
android [Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in source code headers. 2018-09-20 00:02:55 +00:00
boost Port getLocStart -> getBeginLoc 2018-08-09 22:42:26 +00:00
bugprone Re-commit r347419 "Update call to EvaluateAsInt() to the new syntax." 2018-11-28 14:04:26 +00:00
cert Fix false positive with lambda assignments in cert-err58-cpp. 2018-11-28 15:04:38 +00:00
cppcoreguidelines [clang-tidy] Improving narrowing conversions 2018-11-26 16:25:55 +00:00
fuchsia A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
google A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
hicpp A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
llvm Port getLocEnd -> getEndLoc 2018-08-09 22:43:02 +00:00
misc A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
modernize [clang-tidy] No warning for auto new expression in smart check 2018-11-26 12:42:08 +00:00
mpi [clang-tidy] Add dependency to clangAnalysis after rC343160 2018-09-27 04:23:24 +00:00
objc [clang-tidy] Fix reference to -[NSError init] in AvoidNSErrorInitCheck.h 2018-11-15 22:38:39 +00:00
performance A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
plugin [clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFC 2018-11-08 17:42:16 +00:00
portability A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
readability [clang-tidy] Ignore bool -> single bit bitfield conversion in readability-implicit-bool-conversion 2018-11-27 16:23:39 +00:00
tool [clang-tidy] PrintStackTraceOnErrorSignal 2018-11-26 11:11:52 +00:00
utils [clang-tidy] Fixed code sample in a comment. NFC 2018-11-02 15:29:37 +00:00
zircon A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
CMakeLists.txt [clang-tidy] Build it even without static analyzer 2018-10-01 20:24:22 +00:00
ClangTidy.cpp [clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFC 2018-11-08 17:42:16 +00:00
ClangTidy.h [clang-tidy] Get ClangTidyContext out of the business of storing diagnostics. NFC 2018-11-02 10:01:59 +00:00
ClangTidyDiagnosticConsumer.cpp [clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFC 2018-11-08 17:42:16 +00:00
ClangTidyDiagnosticConsumer.h [clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFC 2018-11-08 17:42:16 +00:00
ClangTidyModule.cpp Change getChecksFilter() interface to hide implementation details. 2017-05-17 14:39:47 +00:00
ClangTidyModule.h [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
ClangTidyModuleRegistry.h Reapply r276973 "Adjust Registry interface to not require plugins to export a registry" 2016-08-05 11:01:08 +00:00
ClangTidyOptions.cpp Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
ClangTidyOptions.h Lift VFS from clang to llvm (NFC) 2018-10-10 13:27:25 +00:00
ClangTidyProfiling.cpp [clang-tidy] Store checks profiling info as JSON files 2018-06-06 15:07:51 +00:00
ClangTidyProfiling.h [clang-tidy] Store checks profiling info as JSON files 2018-06-06 15:07:51 +00:00
add_new_check.py [Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in source code headers. 2018-09-20 00:02:55 +00:00
rename_check.py [clang-tidy] Use :doc: for check links in Release Notes. 2018-03-21 17:06:13 +00:00