Go to file
Alexey Bataev 62cec44ca4 [OPENMP] Additional processing of 'omp atomic read' directive.
According to OpenMP standard, Section 2.12.6, atomic Construct, '#pragma omp atomic read' is allowed to be used only for expression statements of form 'v = x;', where x and v (as applicable) are both l-value expressions with scalar type. Patch adds checks for it.

llvm-svn: 222231
2014-11-18 10:14:22 +00:00
clang [OPENMP] Additional processing of 'omp atomic read' directive. 2014-11-18 10:14:22 +00:00
clang-tools-extra [clang-tidy] Move the missing namespace comment warnings to the closing brace 2014-11-17 17:32:32 +00:00
compiler-rt tsan: add description of AcquireGlobal function 2014-11-18 06:44:43 +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 Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Fix the tests I broke with the last commit. Sorry for the noise 2014-11-17 19:16:57 +00:00
libcxxabi Add -g -fno-omit-frame-pointer when compiling tests with sanitizers 2014-11-14 22:27:43 +00:00
lld Update to match LLVM r222216 2014-11-18 03:06:52 +00:00
lldb Fix up the code in the FuncUnwinders class that 2014-11-18 05:57:42 +00:00
llvm InstCombine: Fold away tautological masked compares 2014-11-18 09:31:41 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Enable SCEV based code generation by default 2014-11-16 22:50:23 +00:00