hanchenye-llvm-project/clang/lib
Daniel Jasper 33b909c5f3 clang-format: Adapt line break penalties for LLVM style.
Specifically make clang-format less eager to break after the opening
parenthesis of a function call.

Before:
  aaaaaaaaaaaaaaaaa(
      aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,
      aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa);

After:
  aaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +
                        aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,
                    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa);

Apparently that is preferable. This penalties are adapted
conservatively, we might have to increase them a little bit further.

llvm-svn: 193410
2013-10-25 14:29:37 +00:00
..
ARCMigrate ObjectiveC migrator. Minor clean up of my last patch. 2013-10-17 23:13:13 +00:00
AST Remove dead variables. 2013-10-25 07:40:50 +00:00
ASTMatchers Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." 2013-10-21 22:26:36 +00:00
Analysis Replaced duplicate code with calls to forwardInfo. 2013-10-24 14:28:17 +00:00
Basic Add driver support for FP, SIMD and crypto defaults. 2013-10-24 18:32:51 +00:00
CodeGen Remove unused CodeGenOptions from CodeGenTypes. 2013-10-24 22:08:55 +00:00
Driver Add driver support for FP, SIMD and crypto defaults. 2013-10-24 18:32:51 +00:00
Edit ObjectiveC migrator: When doing migration, migrator must suggest 2013-10-01 21:16:29 +00:00
Format clang-format: Adapt line break penalties for LLVM style. 2013-10-25 14:29:37 +00:00
Frontend Use the same SourceManager for ModuleMaps and compilations. 2013-10-24 07:51:24 +00:00
FrontendTool Remove -ast-dump-xml. 2013-10-07 20:56:34 +00:00
Headers Intrinsics: fix extract & insert when index is out of bound. 2013-10-23 20:33:14 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex Use the same SourceManager for ModuleMaps and compilations. 2013-10-24 07:51:24 +00:00
Parse Support GNU attributes in alias-declarations now that GCC has implemented them 2013-10-24 01:21:09 +00:00
Rewrite Fix typo: inccrementally 2013-10-13 12:02:16 +00:00
Sema Sema: Do not allow lambda expressions to appear inside of constant expressions 2013-10-25 09:12:52 +00:00
Serialization A decl never becomes unused. Make that explicit in the API. 2013-10-23 16:46:34 +00:00
StaticAnalyzer [analyzer] Generate a LazyCompoundVal when loading from a union-typed region. 2013-10-23 20:08:55 +00:00
Tooling Reverted r192992 broke windows and freebsd builds. 2013-10-18 19:48:31 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00