llvm-project/clang/lib
Alexey Bataev 41d0af0074 [OPENMP]Fix PR46593: Reduction initializer missing construnctor call.
Summary:
If user-defined reductions with the initializer are used with classes,
the compiler misses the constructor call when trying to create a private
copy of the reduction variable.

Reviewers: jdoerfert

Subscribers: cfe-commits, yaxunl, guansong, caomhin

Tags: #clang

Differential Revision: https://reviews.llvm.org/D83334
2020-07-15 15:14:22 -04:00
..
ARCMigrate Removed a RecursiveASTVisitor feature to visit operator kinds with different methods 2020-07-06 13:38:01 +02:00
AST Fix "unused variable" warning from recent GCC. 2020-07-15 11:33:25 -07:00
ASTMatchers [OpenMP] Add firstprivate as a default data-sharing attribute to clang 2020-07-12 23:01:40 -05:00
Analysis [Analyzer] Report every bug if only uniqueing location differs. 2020-07-15 12:19:25 +02:00
Basic [clang][NFC] Add 'override' keyword to virtual function overrides 2020-07-14 08:59:57 -07:00
CodeGen [OPENMP]Fix PR46593: Reduction initializer missing construnctor call. 2020-07-15 15:14:22 -04:00
CrossTU [analyzer] Add CTUImportCppThreshold for C++ files 2020-07-09 15:36:33 +02:00
DirectoryWatcher [DirectoryWatcher] Do not use FSEvents on non-macOS platforms 2020-04-23 10:22:28 -07:00
Driver [RISCV] Add error checking for extensions missing separating underscores 2020-07-15 09:23:35 +01: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] PR46609 clang-format does not obey `PointerAlignment: Right` for ellipsis in declarator for pack 2020-07-12 18:44:26 +01:00
Frontend [clang] Teach -fembed-bitcode option not to embed W_value Group 2020-07-14 14:40:43 -07:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [PowerPC][Power10] Implement Test LSB by Byte Builtins in LLVM/Clang 2020-07-13 22:47:47 -05:00
Index [openmp] Base of tablegen generated OpenMP common declaration 2020-06-23 10:32:32 -04:00
Lex [Lexer] Fix missing coverage line after #endif 2020-07-10 09:05:20 -07:00
Parse [clang] Include type specifiers in typo correction when checking isCXXDeclarationSpecifiers. 2020-07-13 12:05:09 +02:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [OPENMP]Fix PR46593: Reduction initializer missing construnctor call. 2020-07-15 15:14:22 -04:00
Serialization Summary: [clang] Provide a way for WhileStmt to report the location of its LParen and RParen. 2020-07-10 21:31:16 -04:00
StaticAnalyzer [clang][NFC] Add 'override' keyword to virtual function overrides 2020-07-14 08:59:57 -07:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling Fix `-Wreturn-type` warning. NFC. 2020-07-11 16:20:41 -04:00
CMakeLists.txt Move unittest helpers to a shared location 2020-05-29 16:47:33 +02:00