llvm-project/clang/lib/Format
Daniel Jasper 6fd5d646cc clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0
Before:
  const char *x =
      "hello llvm";

After:
  const char *x = "hello llvm";

This fixes llvm.org/PR22245.
Patch by Bill Meltsner, thank you!

llvm-svn: 226564
2015-01-20 12:59:20 +00:00
..
BreakableToken.cpp Fix assertion in BreakableBlockComment (http://llvm.org/PR21916). 2015-01-12 13:11:12 +00:00
BreakableToken.h Fix assertion in BreakableBlockComment (http://llvm.org/PR21916). 2015-01-12 13:11:12 +00:00
CMakeLists.txt clang-format: Factor out UnwrappedLineFormatter into a separate file. 2014-12-10 19:00:42 +00:00
ContinuationIndenter.cpp clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0 2015-01-20 12:59:20 +00:00
ContinuationIndenter.h clang-format: Revamp nested block formatting. 2014-12-12 09:40:58 +00:00
Encoding.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Format.cpp clang-format: Disable flag for Google's Java and Javascript styles. 2015-01-14 12:24:59 +00:00
FormatToken.cpp clang-format: Fix crash on invalid code. 2015-01-19 10:51:42 +00:00
FormatToken.h clang-format: [Java] Detect `native` keyword. 2015-01-13 22:32:50 +00:00
Makefile
TokenAnnotator.cpp clang-format: Fix crasher on weird comments. 2015-01-19 11:49:32 +00:00
TokenAnnotator.h clang-format: [JS] Support Closure's module statements. 2014-11-23 16:46:28 +00:00
UnwrappedLineFormatter.cpp Exclude printLineState() in -Asserts. [-Wunused-function] 2014-12-17 14:46:56 +00:00
UnwrappedLineFormatter.h clang-format: Factor out UnwrappedLineFormatter into a separate file. 2014-12-10 19:00:42 +00:00
UnwrappedLineParser.cpp clang-format: Fix assertion when trying to build a nullptr StringRef. 2015-01-19 10:51:05 +00:00
UnwrappedLineParser.h clang-format: [Java] Support Java enums. 2014-11-13 15:56:28 +00:00
WhitespaceManager.cpp clang-format: Understand single-line comments at the end of blocks. 2015-01-07 14:00:11 +00:00
WhitespaceManager.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00