llvm-project/clang/lib/Format
Alexander Kornienko d8d47fa504 Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144
Reviewers: djasper

Reviewed By: djasper

CC: cfe-commits, klimek

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

llvm-svn: 190408
2013-09-10 13:41:43 +00:00
..
BreakableToken.cpp Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. 2013-09-10 09:38:25 +00:00
BreakableToken.h Handle zero-width and double-width characters in string literals and comments. 2013-09-05 14:08:34 +00:00
CMakeLists.txt clang-format: Add column layout formatting for braced lists 2013-08-22 15:00:41 +00:00
ContinuationIndenter.cpp Correctly calculate OriginalColumn after multi-line tokens. 2013-09-10 12:29:48 +00:00
ContinuationIndenter.h Correctly calculate OriginalColumn after multi-line tokens. 2013-09-10 12:29:48 +00:00
Encoding.h Handle zero-width and double-width characters in string literals and comments. 2013-09-05 14:08:34 +00:00
Format.cpp Correctly calculate OriginalColumn after multi-line tokens. 2013-09-10 12:29:48 +00:00
FormatToken.cpp Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. 2013-09-10 09:38:25 +00:00
FormatToken.h Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. 2013-09-10 09:38:25 +00:00
Makefile
TokenAnnotator.cpp Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144 2013-09-10 13:41:43 +00:00
TokenAnnotator.h clang-format: Fix comment formatting bugs in nested blocks. 2013-09-06 07:54:20 +00:00
UnwrappedLineParser.cpp clang-format: Format typed enums with nested names. 2013-09-06 21:32:35 +00:00
UnwrappedLineParser.h Unbreak build with libc++, whose std::list<T> requires T to be complete. 2013-09-05 18:28:53 +00:00
WhitespaceManager.cpp Handle zero-width and double-width characters in string literals and comments. 2013-09-05 14:08:34 +00:00
WhitespaceManager.h Reformat clang-format's source files after r185822 and others. 2013-07-08 14:34:09 +00:00