Go to file
Chandler Carruth 40689dc08f Don't layout items in a list in columns. That requires changing every
line just to add or remove a single element. What I wouldn't give to
have clang-format here an be able to format this more densely without
caring...

Re-group and sort the entries while here to make the whole thing more
clear.

llvm-svn: 191828
2013-10-02 14:31:21 +00:00
clang clang-format: Fix clang-format-diff.py according to diff specification. 2013-10-02 13:59:03 +00:00
clang-tools-extra clang-apply-replacements: Fixing doxygen warning 2013-10-01 13:21:39 +00:00
compiler-rt [sanitizer] Fix localtime and gmtime interceptors to clean tm->tm_zone. 2013-10-02 14:30:03 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false. 2013-10-02 07:44:19 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [mach-o] Add support for -mllvm to darwin driver 2013-09-28 00:29:33 +00:00
lldb Fix endianness issue with POSIX dyld plugin 2013-10-02 14:14:05 +00:00
llvm Don't layout items in a list in columns. That requires changing every 2013-10-02 14:31:21 +00:00
openmp First attempt to import OpenMP runtime 2013-09-27 10:38:44 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00