llvm-project/clang/lib/Format
Alexander Kornienko d7b837e78d Better support for multiline string literals (including C++11 raw string literals).
Summary:
Calculate characters in the first and the last line correctly so that
we only break before the literal when needed.

Reviewers: djasper

Reviewed By: djasper

CC: cfe-commits, klimek

Differential Revision: http://llvm-reviews.chandlerc.com/D1544

llvm-svn: 189595
2013-08-29 17:32:57 +00:00
..
BreakableToken.cpp Revert r187935 "Support for double width characters." 2013-08-08 02:19:56 +00:00
BreakableToken.h Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00
CMakeLists.txt clang-format: Add column layout formatting for braced lists 2013-08-22 15:00:41 +00:00
ContinuationIndenter.cpp Better support for multiline string literals (including C++11 raw string literals). 2013-08-29 17:32:57 +00:00
ContinuationIndenter.h Better support for multiline string literals (including C++11 raw string literals). 2013-08-29 17:32:57 +00:00
Encoding.h Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00
Format.cpp Better support for multiline string literals (including C++11 raw string literals). 2013-08-29 17:32:57 +00:00
FormatToken.cpp clang-format: Fix bug in column layout. 2013-08-27 08:43:47 +00:00
FormatToken.h Better support for multiline string literals (including C++11 raw string literals). 2013-08-29 17:32:57 +00:00
Makefile
TokenAnnotator.cpp Better support for multiline string literals (including C++11 raw string literals). 2013-08-29 17:32:57 +00:00
TokenAnnotator.h clang-format: Revamp builder-type call formatting. 2013-08-27 11:09:05 +00:00
UnwrappedLineParser.cpp clang-format: Fix corner case in ObjC interface definitions. 2013-08-28 08:04:23 +00:00
UnwrappedLineParser.h clang-format: Add more options to namespace indentation. 2013-07-31 23:16:02 +00:00
WhitespaceManager.cpp clang-format: Fix infinite loop in macro special case. 2013-08-28 09:07:32 +00:00
WhitespaceManager.h Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00