llvm-project/clang/lib/Format
Alexander Kornienko 1f80396d03 Refactoring: split addTokenToState into two methods.
Summary: Pure refactoring, should be no semantic changes.

Reviewers: djasper

Reviewed By: djasper

CC: cfe-commits, klimek

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

llvm-svn: 191772
2013-10-01 14:41:18 +00:00
..
BreakableToken.cpp Implemented tab usage only for indentation (http://llvm.org/PR17363) 2013-09-27 16:14:22 +00:00
BreakableToken.h Implemented tab usage only for indentation (http://llvm.org/PR17363) 2013-09-27 16:14:22 +00:00
CMakeLists.txt clang-format: Add column layout formatting for braced lists 2013-08-22 15:00:41 +00:00
ContinuationIndenter.cpp Refactoring: split addTokenToState into two methods. 2013-10-01 14:41:18 +00:00
ContinuationIndenter.h Refactoring: split addTokenToState into two methods. 2013-10-01 14:41:18 +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 Moving style option formatting to libFormat 2013-09-30 13:31:48 +00:00
FormatToken.cpp clang-format: Fix incorrect enum parsing / layouting. 2013-09-13 09:20:45 +00:00
FormatToken.h Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. 2013-09-10 09:38:25 +00:00
Makefile
TokenAnnotator.cpp clang-format: Improve alignment after 'return'. 2013-09-30 08:29:03 +00:00
TokenAnnotator.h clang-format: Don't accidentally move tokens into preprocessor directive. 2013-09-17 09:52:48 +00:00
UnwrappedLineParser.cpp clang-format: Detect braced lists in subscript expressions. 2013-09-13 10:55:31 +00:00
UnwrappedLineParser.h clang-format: Fix incorrect enum parsing / layouting. 2013-09-13 09:20:45 +00:00
WhitespaceManager.cpp Added a comment and another test for the UT_ForIndentation option 2013-09-27 16:40:11 +00:00
WhitespaceManager.h Implemented tab usage only for indentation (http://llvm.org/PR17363) 2013-09-27 16:14:22 +00:00