hanchenye-llvm-project/clang/lib/Format
Manuel Klimek ffdeb595ba First step towards correctly formatting lambdas.
Implements parsing of lambdas in the UnwrappedLineParser.
This introduces the correct line breaks; the formatting of
lambda captures are still incorrect, and the braces are also
still formatted as if they were braced init lists instead of
blocks.

llvm-svn: 189818
2013-09-03 15:10:01 +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 Store first and last newline position in the token text for string literals and comments. 2013-09-02 13:58:14 +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 Added WebKit style to the BasedOnStyle handling and to the relevant help messages. 2013-09-02 16:39:23 +00:00
FormatToken.cpp clang-format: Fix bug in column layout. 2013-08-27 08:43:47 +00:00
FormatToken.h Store first and last newline position in the token text for string literals and comments. 2013-09-02 13:58:14 +00:00
Makefile
TokenAnnotator.cpp Store first and last newline position in the token text for string literals and comments. 2013-09-02 13:58:14 +00:00
TokenAnnotator.h clang-format: Revamp builder-type call formatting. 2013-08-27 11:09:05 +00:00
UnwrappedLineParser.cpp First step towards correctly formatting lambdas. 2013-09-03 15:10:01 +00:00
UnwrappedLineParser.h First step towards correctly formatting lambdas. 2013-09-03 15:10:01 +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