Go to file
Alexey Bataev feddd64bff [OPENMP] Fix for PR27463: Privatizing struct fields with array type
causes code generation failure.

The codegen part of firstprivate clause for member decls used type of
original variable without skipping reference type from
OMPCapturedExprDecl. Patch fixes this problem.

llvm-svn: 267125
2016-04-22 09:05:03 +00:00
clang [OPENMP] Fix for PR27463: Privatizing struct fields with array type 2016-04-22 09:05:03 +00:00
clang-tools-extra clangTidyReadabilityModule: Add clangTidyUtils in libdeps, corresponding to r267003. 2016-04-22 00:33:39 +00:00
compiler-rt [sanitizer] Allow the sanitizer allocator to use a non-fixed address range. An allocator with a non-fixed address range will be attack-resistan. NFC for the sanitizers at this point. 2016-04-22 01:08:54 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Add missing include of <algorithm> 2016-04-22 07:39:05 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: remove another instance of -Wexpansion-to-defined 2016-04-20 22:18:50 +00:00
lld Inline SectionRule::match. 2016-04-22 00:23:52 +00:00
lldb Update comment in lldb-enumerations.h 2016-04-22 08:41:07 +00:00
llgo benchcomp: Add a mode for analyzing rule execution time in ninja log files. 2016-04-08 22:42:22 +00:00
llvm [X86]: Changing cost for “TRUNCATE v16i32 to v16i8” in SSE4.1 mode. 2016-04-22 08:34:05 +00:00
openmp [ITTNOTIFY] Remove serialized parallel regions from frame notification 2016-04-19 16:55:17 +00:00
polly Relate domains to statements during construction [NFC] 2016-04-19 14:53:13 +00:00