Go to file
Daniel Jasper b55acad91c clang-format: Additional options for spaces around parentheses.
This patch adds four new options to control:
- Spaces after control keyworks (if(..) vs if (..))
- Spaces in empty parentheses (f( ) vs f())
- Spaces in c-style casts (( int )1.0 vs (int)1.0)
- Spaces in other parentheses (f(a) vs f( a ))

Patch by Joe Hermaszewski. Thank you for working on this!

llvm-svn: 188793
2013-08-20 12:36:34 +00:00
clang clang-format: Additional options for spaces around parentheses. 2013-08-20 12:36:34 +00:00
clang-tools-extra cpp11-migrate: Add a class to support include directives modifications 2013-08-20 12:30:26 +00:00
compiler-rt It appears that glibc 2.13 has the same thread descriptor size as 2.11, 2013-08-18 10:04:51 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e. 2013-08-19 21:42:07 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld [PECOFF] Handle "--" option explicitly 2013-08-13 21:44:44 +00:00
lldb Fix crash when connecting to gdbserver without loading a file first. 2013-08-20 09:17:13 +00:00
llvm AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQ 2013-08-20 11:00:29 +00:00
polly Rename "polly-test" in the document and script. 2013-08-18 07:33:28 +00:00