clang-1/unittests
Daniel Jasper f39c8859b0 Don't try to align builder-type continuations on assignments.
Before:
int aaaa = aaaaa().aaaaa() // force break
           .aaaaa();
After:
int aaaa = aaaaa().aaaaa() // force break
    .aaaaa();

The other indent is just wrong and confusing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173273 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-23 16:58:21 +00:00
..
AST Comment parsing: add more tests for html character references 2013-01-19 22:04:44 +00:00
ASTMatchers fix the unit tests too. 2013-01-19 18:30:39 +00:00
Basic clang/unittests: Fixup corresponding to r172290. 2013-01-12 02:16:29 +00:00
Format Don't try to align builder-type continuations on assignments. 2013-01-23 16:58:21 +00:00
Frontend Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
Lex clang/unittests: Fixup corresponding to r172290. 2013-01-12 02:16:29 +00:00
Tooling fix the unit tests too. 2013-01-19 18:30:39 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00