Go to file
Nico Weber 7babe4f074 Make meta.trans.other/aligned_storage.pass.cpp pass on arm.
The maximum alignment on arm is 8, not 16 like on x86. Use alignof(max_align_t)
to make the test work in both cases.

llvm-svn: 210195
2014-06-04 16:25:58 +00:00
clang [OPENMP] Parsing/Sema for OMPLasprivateClause. 2014-06-04 13:06:39 +00:00
clang-tools-extra clang-tidy: Make use-override tests stricter. 2014-06-04 08:47:25 +00:00
compiler-rt [sancov] Handle fork. 2014-06-04 12:13:54 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r209103 2014-06-03 15:43:57 +00:00
libcxx Make meta.trans.other/aligned_storage.pass.cpp pass on arm. 2014-06-04 16:25:58 +00:00
libcxxabi Add test case for inherited exceptions 2014-06-03 21:50:11 +00:00
lld Initial set of Makefiles 2014-06-04 09:54:07 +00:00
lldb Add gdb-remote test for $qMemoryRegionInfo code querying. 2014-06-04 15:44:33 +00:00
llvm tools: fix parenthesis warning from GCC 2014-06-04 16:03:20 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Adjust multidim test cases to not access out-of-bound memory 2014-06-04 11:47:54 +00:00