llvm-project/clang/lib
Vitaly Buka 5c72aa232e [tsan,msan] Insert module constructors in a module pass
Summary:
If we insert them from function pass some analysis may be missing or invalid.
Fixes PR42877.

Reviewers: eugenis, leonardchan

Reviewed By: leonardchan

Subscribers: hiraditya, cfe-commits, llvm-commits

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D68832

llvm-svn: 374481
2019-10-10 23:49:10 +00:00
..
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST PR43629: Fix crash evaluating constexpr placement new on a subobject of 2019-10-10 22:31:17 +00:00
ASTMatchers [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Analysis Teach CallGraph to look into Generic Lambdas. 2019-09-30 19:12:29 +00:00
Basic [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
CodeGen [tsan,msan] Insert module constructors in a module pass 2019-10-10 23:49:10 +00:00
CrossTU [CrossTU] Fix problem with CrossTU AST load limit and progress messages. 2019-08-12 07:15:29 +00:00
DirectoryWatcher [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Driver Add -fgnuc-version= to control __GNUC__ and other GCC macros 2019-10-10 21:04:25 +00:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [clang-format] throws an incorrect assertion in consumeToken() formatting the MSVC stl 2019-10-10 17:54:47 +00:00
Frontend Add -fgnuc-version= to control __GNUC__ and other GCC macros 2019-10-10 21:04:25 +00:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [x86] Adding support for some missing intrinsics: _castf32_u32, _castf64_u64, _castu32_f32, _castu64_f64 2019-09-25 02:24:05 +00:00
Index [clang][Index] Replace CodegenNameGenerator with ASTNameGenerator 2019-09-05 20:33:52 +00:00
Lex [clang-scan-deps] Improve string/character literal skipping 2019-10-08 22:42:44 +00:00
Parse [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema Revert 374450 "Fix __builtin_assume_aligned with too large values." 2019-10-10 21:34:32 +00:00
Serialization [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
StaticAnalyzer [OPENMP50]Support for 'master taskloop' directive. 2019-10-10 20:13:02 +00:00
Tooling [tooling] Fix assertion on MacOSX. 2019-10-10 23:45:20 +00:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00