llvm-project/clang/lib/Format
Daniel Jasper 6dcecb6b33 Fix clang-format's expression parser for leading }s.
The leading "}" in the construct "} else if (..) {" was confusing the
expression parser. Thus, no fake parentheses were generated and the
indentation was broken in some cases.

llvm-svn: 183393
2013-06-06 09:11:58 +00:00
..
BreakableToken.cpp UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
BreakableToken.h UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
CMakeLists.txt Unified token breaking logic for strings and block comments. 2013-04-15 14:28:00 +00:00
Encoding.h UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
Format.cpp UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
FormatToken.h UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
Makefile
TokenAnnotator.cpp Fix clang-format's expression parser for leading }s. 2013-06-06 09:11:58 +00:00
TokenAnnotator.h UTF-8 support for clang-format. 2013-06-05 14:09:10 +00:00
UnwrappedLineParser.cpp Improve clang-format's error recovery. 2013-05-31 14:56:29 +00:00
UnwrappedLineParser.h Moved FormatToken to a separate header. 2013-06-03 16:45:03 +00:00
WhitespaceManager.cpp The second step in the token refactoring. 2013-05-29 14:47:47 +00:00
WhitespaceManager.h The second step in the token refactoring. 2013-05-29 14:47:47 +00:00