Go to file
Nico Weber d9a440d21f Set LangOpts.ObjC1 to 1 in clang-format.
This matches the test change done in clang at r171742. Without this,
clang-format would strip '@' characters and format e.g. '@interface' as
'interface'.

llvm-svn: 171743
2013-01-07 15:21:13 +00:00
clang Add a test that checks that the formatter doesn't discard '@' with ObjC1 set. 2013-01-07 15:17:23 +00:00
clang-tools-extra Set LangOpts.ObjC1 to 1 in clang-format. 2013-01-07 15:21:13 +00:00
compiler-rt Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +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 Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 2013-01-05 03:21:01 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [ELF] Properly handle constant data. 2013-01-07 08:00:42 +00:00
lldb <rdar://problem/12602653> 2013-01-05 06:08:51 +00:00
llvm Remove the long defunct 'DefaultPasses' header. We have a pass manager 2013-01-07 15:16:50 +00:00
polly Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to 2013-01-02 11:47:44 +00:00