Go to file
Daniel Jasper bbf5c1c965 clang-format: Allow line merging and partial formatting of nested blocks
Before, clang-format would always format entire nested blocks, which
can be unwanted e.g. for long DEBUG({...}) statements. Also
clang-format would not allow to merge lines in nested blocks (e.g. to
put "if (a) return;" on one line in Google style).

This is the first step of several refactorings mostly focussing on the
additional functionality (by reusing the "format many lines" code to
format the children of a nested block). The next steps are:
* Pull out the line merging into its own class.
* Seperate the formatting of many lines from the formatting of a single
  line (and the analysis of the solution space).

llvm-svn: 194090
2013-11-05 19:10:03 +00:00
clang clang-format: Allow line merging and partial formatting of nested blocks 2013-11-05 19:10:03 +00:00
clang-tools-extra pp-trace user documentation - beginnings 2013-11-05 14:41:29 +00:00
compiler-rt [msan] Fix a very unfortunate typo in origin copying. 2013-11-05 01:24:38 +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 s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00
libcxx Refactor floating point code for num_get::do_get into a template. No functionality change 2013-11-05 14:28:52 +00:00
libcxxabi Swap contents of UnwindRegistersRestore.s and UnwindRegistersSave.s 2013-11-01 00:37:20 +00:00
lld Remove extraneous parentheses. 2013-11-05 18:43:10 +00:00
lldb Give a better error when the index argument for “frame select” can’t be parsed. 2013-11-05 18:25:23 +00:00
llvm Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. 2013-11-05 17:42:05 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly IslCodegen: Do not build upper bound in vector for 2013-11-02 12:59:39 +00:00