Go to file
Daniel Jasper a127512cb4 Don't remove all indentation when in #defines.
Otherwise, this can become hard to read.

Before: #define A \
        case 1:
After:  #define A \
           case 1:
llvm-svn: 177509
2013-03-20 10:23:53 +00:00
clang Don't remove all indentation when in #defines. 2013-03-20 10:23:53 +00:00
clang-tools-extra Fix Makefile. 2013-03-20 10:02:35 +00:00
compiler-rt [ASan] Move malloc stats collection away from AsanThreadRegistry class. 2013-03-20 10:11:24 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix bug in test; found by AddressSanitizer 2013-03-20 00:01:48 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [ELF][Hexagon] Add Hexagon dynamic relocations 2013-03-20 05:10:02 +00:00
lldb Update source/Expression/CMakeLists.txt to reflect actual source files. 2013-03-20 09:34:46 +00:00
llvm Fix a silly search-and-replace goof with r177495 that only broke 2013-03-20 07:40:56 +00:00
polly ScopDetect: Remove some redundant semicolons 2013-03-19 21:44:07 +00:00