Go to file
Daniel Jasper 3f2cde91d8 clang-format: Only special-case top-level */& in multivar-declstmts.
Before (even with PointerAlignment: Left):
  vector<int *> a, b;

After:
  vector<int*> a, b;

llvm-svn: 282410
2016-09-26 15:14:24 +00:00
clang clang-format: Only special-case top-level */& in multivar-declstmts. 2016-09-26 15:14:24 +00:00
clang-tools-extra Silence a false positive with the cert-err58-cpp check; now allows objects with static or thread storage duration at function block scope. 2016-09-26 15:00:45 +00:00
compiler-rt tsan: relaxed check in CheckShadowMapping 2016-09-26 14:23:34 +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 Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Update -verify test to use new static assert message 2016-09-25 08:30:05 +00:00
libcxxabi annotate more function visibility 2016-09-23 21:36:24 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld [ELF] - Format. NFC. 2016-09-26 11:00:48 +00:00
lldb Remove ancient icc decorators 2016-09-26 14:34:02 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [InstCombine] Fixed bug introduced in r282237 2016-09-26 13:18:59 +00:00
openmp Fix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full path 2016-09-19 06:55:56 +00:00
parallel-libs [SE] Fix config bug with CUDA tests 2016-09-15 20:26:28 +00:00
polly www: add new code coverage link to Polly website 2016-09-25 08:03:38 +00:00