Go to file
Daniel Jasper 304a986a72 Remove "incorrect" aligning of trailing comments.
We used to align trailing comments belong to different things.
Before:
void f() { // some function..
}
int a;     // some variable..

After:
void f() { // some function..
}
int a; // some variable..

llvm-svn: 173100
2013-01-21 22:49:20 +00:00
clang Remove "incorrect" aligning of trailing comments. 2013-01-21 22:49:20 +00:00
clang-tools-extra these need the bitcode reader as well. 2013-01-19 18:45:35 +00:00
compiler-rt [asan] fix linux build 2013-01-21 15:04:36 +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 Implement the ATOMIC_*_LOCK_FREE macros. 2013-01-21 20:39:41 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld no functionality changes(split WriterELF into multiple files) 2013-01-21 20:09:55 +00:00
lldb <rdar://problem/13020634> 2013-01-21 22:17:50 +00:00
llvm Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attribute. 2013-01-21 22:44:49 +00:00
polly cmake: Install all polly include files 2013-01-19 14:17:52 +00:00