Go to file
Daniel Jasper 98583d522f clang-format: Early cut-off for inlining nested blocks.
Specifically, for a nested block or lambda, don't try to put the single
statement body inline, if it exceeds the column limit.

This should not change any observable behavior (as those would never
have led to the 'best' solution), but significantly speeds up formatting
time.

This fixes llvm.org/PR18761. Formatting time goes down from ~100s to a
few ms.

llvm-svn: 206260
2014-04-15 08:28:06 +00:00
clang clang-format: Early cut-off for inlining nested blocks. 2014-04-15 08:28:06 +00:00
clang-tools-extra test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell. 2014-04-10 03:17:22 +00:00
compiler-rt sanitizer_atomic_msvc.h: add atomic_fetch_{add,sub} overloads for uintptr_t 2014-04-14 17:43:49 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Define a new macro in libc++ named '_LIBCPP_HAS_NO_ASAN'. When this is defined, 2014-04-14 15:44:57 +00:00
libcxxabi Properly sign extend sdata2/4 in unwinder. Patch by Patrick Wildt 2014-04-12 23:22:52 +00:00
lld Add missing includes. 2014-04-12 16:32:42 +00:00
lldb Add some basic sanity checks to DynamicLoaderDarwinKernel::ReadKextSummaryHeader() 2014-04-15 01:04:00 +00:00
llvm [Allocator] Fix r206256 which got the enabling case backwards on these 2014-04-15 08:14:48 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly Codegeneration: Free memory correctly when using -polly-vectorizer=polly 2014-04-14 08:33:24 +00:00