Go to file
Daniel Jasper dc7d5817e2 Don't remove blank lines within unwrapped lines.
If the code author decides to put empty lines anywhere into the code we
should treat them equally, i.e. reduce them to the configured
MaxEmptyLinesToKeep.

With this change, we e.g. keep the newline in:
SomeType ST = {
  // First value
  a,

  // Second value
  b
};

llvm-svn: 175620
2013-02-20 12:56:39 +00:00
clang Don't remove blank lines within unwrapped lines. 2013-02-20 12:56:39 +00:00
clang-tools-extra Adding files left out of commit r175544. 2013-02-19 19:14:45 +00:00
compiler-rt [asan] add a lit test for invoke-with-no-return instrumentation 2013-02-20 12:37:22 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex that it didn't own, causing an assertion failure in mutex.cpp. The issue was that the unique_lock went out of scope, releasing the lock on m, then m.unlock() was called on an already-unlocked mutex. 2013-02-19 11:28:45 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [Driver][GNULD] Lookup .so files and default to dynamic output. 2013-02-19 23:05:36 +00:00
lldb Lastly, a few synthetic children classes for Cocoa are available 2013-02-20 02:27:07 +00:00
llvm I optimized the following patterns: 2013-02-20 12:42:54 +00:00
polly capitalize SCEV to match the current naming convention 2013-02-15 21:26:53 +00:00