Go to file
Daniel Jasper e37101076c clang-format: Fix regression introduced by r291801.
Uncovered by polly tests.

Before:
  aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaaaa,
                                 {}, aaaaaaaaaaaaaaaaaaaaaaa);

After:
  aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaaaa, {},
                                 aaaaaaaaaaaaaaaaaaaaaaa);

llvm-svn: 291807
2017-01-12 20:06:28 +00:00
clang clang-format: Fix regression introduced by r291801. 2017-01-12 20:06:28 +00:00
clang-tools-extra [clang-tidy] Fix check for trivially copyable types in modernize-pass-by-value 2017-01-12 19:20:35 +00:00
compiler-rt ASAN activate/deactive controls thread_local_quarantine_size_kb option. 2017-01-12 18:51:25 +00:00
debuginfo-tests
libclc Fix build since r286752. 2016-11-14 16:06:33 +00:00
libcxx Add new macro _LIBCPP_BUILTIN_MEMCMP_ISCONSTEXPR to use in std::char_traits. 2017-01-12 16:25:07 +00:00
libcxxabi [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available 2017-01-09 23:31:05 +00:00
libunwind [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available 2017-01-09 23:27:04 +00:00
lld Allow mixing nobits and progbits. 2017-01-12 19:16:15 +00:00
lldb [CMake] Fix finding LLDBWrapPython.cpp in Framework build 2017-01-12 18:45:59 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [X86] Replace AND+IMM64 with SRL/SHL 2017-01-12 19:54:27 +00:00
openmp kmp_affinity: Fix check if specific bit is set 2017-01-12 11:39:04 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Update tests to more precise analysis results in LLVM core 2017-01-11 22:53:34 +00:00