Go to file
Daniel Jasper 39825eaff5 Put simple preprocessor directives on a single line.
Before: #define A  \
          A
After:  #define A A
llvm-svn: 172423
2013-01-14 15:40:57 +00:00
clang Put simple preprocessor directives on a single line. 2013-01-14 15:40:57 +00:00
clang-tools-extra Adding a .gitignore to tools-extra 2013-01-14 14:20:19 +00:00
compiler-rt Move large part of asan_test_utils.h to sanitizer_common. 2013-01-14 15:12:26 +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 Fix exception safety bug in vector::push_back 2013-01-11 20:36:59 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [test] Fix tests on Windows. 2013-01-13 01:09:51 +00:00
lldb Fix cross-compiling problems in build-llvm.pl script. <rdar://problem/12986905> 2013-01-12 19:33:08 +00:00
llvm Revert r171829 "Split changeset_ty using iterators instead of loops" as it breaks the VS2008 build 2013-01-14 14:13:06 +00:00
polly Dead code elimination: Make variable names uppercase 2013-01-08 08:53:58 +00:00