Go to file
Nico Weber 7eecf4b6e3 Formatter: Add support for @interface.
Previously:
@interface Foo + (id)init; @end

Now:
@interface Foo
+ (id)init;
@end

Some tweaking remains, but this is a good first step.

llvm-svn: 171995
2013-01-09 20:25:35 +00:00
clang Formatter: Add support for @interface. 2013-01-09 20:25:35 +00:00
clang-tools-extra Initial version of diff/patch-reformat tool. 2013-01-09 20:20:11 +00:00
compiler-rt tsan: detect races on fd passed to epoll_ctl 2013-01-09 17:31:27 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Made test output iterators have value_type of 'void'; matches ones in library 2013-01-09 17:20:02 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld Fix the elf/rodata.objtext test to work when first run. 2013-01-09 20:10:30 +00:00
lldb <rdar://problem/12028723> 2013-01-09 20:12:53 +00:00
llvm Move the internal PrintStackTrace function that is used for llvm::sys::PrintStackTraceOnErrorSignal(), 2013-01-09 19:42:40 +00:00
polly Dead code elimination: Make variable names uppercase 2013-01-08 08:53:58 +00:00