Go to file
Daniel Jasper ac5c97e36b clang-format: Don't remove newline if macro ends in access specifier.
I.e.:

  #define A public:

  // The new line before this line would be removed.
  int a;

llvm-svn: 231636
2015-03-09 08:13:55 +00:00
clang clang-format: Don't remove newline if macro ends in access specifier. 2015-03-09 08:13:55 +00:00
clang-tools-extra [clang-tidy] Fix assertion when a dependent expression is used in an assert. 2015-03-09 02:27:57 +00:00
compiler-rt Avoid warnings on !PowerPC 2015-03-08 21:08:39 +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 Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Oops. This arg is passed, just ignored. 2015-03-06 18:51:25 +00:00
libcxxabi Unwind: remove unnecessary check 2015-03-07 22:21:31 +00:00
lld [MachO] Use setter for globalsAreDeadStripRoots. NFC intended. 2015-03-09 06:05:42 +00:00
lldb Skip all lldb-mi tests on Linux 2015-03-08 17:28:08 +00:00
llgo [llgo] Disable known failing packages in check-libgo 2015-03-06 02:49:07 +00:00
llvm Revert r231630 - Run LICM pass after loop unrolling pass. 2015-03-09 07:26:37 +00:00
openmp moved Windows-specific flags under the WINDOWS guard in CMake 2015-03-05 17:50:48 +00:00
polly Shorten user report message slightly 2015-03-09 06:59:16 +00:00