hanchenye-llvm-project/clang/lib/Format
Alexander Kornienko 393e3088a1 Correctly mark first token in the presence of UTF-8 BOM.
Summary: Fixes http://llvm.org/PR17753

Reviewers: klimek

Reviewed By: klimek

CC: cfe-commits, klimek

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

llvm-svn: 194576
2013-11-13 14:04:17 +00:00
..
BreakableToken.cpp Remove extra whitespace instead of breaking the line in comments when possible. 2013-11-12 17:50:13 +00:00
BreakableToken.h Remove extra whitespace instead of breaking the line in comments when possible. 2013-11-12 17:50:13 +00:00
CMakeLists.txt clang-format: Add column layout formatting for braced lists 2013-08-22 15:00:41 +00:00
ContinuationIndenter.cpp Remove extra whitespace instead of breaking the line in comments when possible. 2013-11-12 17:50:13 +00:00
ContinuationIndenter.h Keep track of indentation levels in static initializers for correct indentation with tabs. 2013-10-14 00:46:35 +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 mark first token in the presence of UTF-8 BOM. 2013-11-13 14:04:17 +00:00
FormatToken.cpp clang-format: Be more conservative about column layout formatting. 2013-10-24 14:14:49 +00:00
FormatToken.h clang-format: Cleanup array initializer and dict initializer formatting. 2013-10-24 10:31:50 +00:00
Makefile
TokenAnnotator.cpp clang-format: Improve linebreaking and indentation for ObjC calls. 2013-11-08 17:33:24 +00:00
TokenAnnotator.h clang-format: Improve formatting of constructor initializers. 2013-11-07 17:52:51 +00:00
UnwrappedLineParser.cpp Remove incorrect assert. 2013-10-22 08:27:19 +00:00
UnwrappedLineParser.h Automatically munch semicolons after blocks. 2013-10-12 22:46:56 +00:00
WhitespaceManager.cpp clang-format: Improve clang-format's detection about comment binding. 2013-11-08 23:31:14 +00:00
WhitespaceManager.h Support formatting of preprocessor branches. 2013-10-11 21:25:45 +00:00