Go to file
Daniel Jasper 6728fc11bc Change clang-format's affinity for breaking after return types.
Function declarations are now broken with the following preferences:
1) break amongst arguments.
2) break after return type.
3) break after (.
4) break before after nested name specifiers.

Options #2 or #3 are preferred over #1 only if a substantial number of
lines can be saved by that.

llvm-svn: 179287
2013-04-11 14:29:13 +00:00
clang Change clang-format's affinity for breaking after return types. 2013-04-11 14:29:13 +00:00
clang-tools-extra Adding the AddOverride transform for cpp11-migrate 2013-04-09 20:49:49 +00:00
compiler-rt [asan] make heavy_uar_test a bit more heavy and fix he fake stack to pass this test 2013-04-11 14:07:02 +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 Change <cwchar> and <cstring> to look out for flags which may or may not be set by the C headers <wchar.h> and <string.h> indicating C support for the C++-altered wcschr, wcspbrk, wcsrchr, wcsstr, wmemchr, strchr, strpbrk, strrchr, memchr, and strstr. This was already done in <cstring> for other platforms using other flags, so just had to add one more flag to the list there. 2013-04-08 18:59:28 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [test] missing underscore while checking for test output 2013-04-11 04:20:21 +00:00
lldb Change the disassemble option to specify the architecture from '-a' 2013-04-11 03:14:01 +00:00
llvm Add a function to check if an argument list is too long. 2013-04-11 14:06:34 +00:00
polly ScheduleOptimizer: Use isl_map_from_union_map to extract map. 2013-04-11 05:55:13 +00:00