hanchenye-llvm-project/clang/lib/Format
Daniel Jasper d1c13736e0 clang-format: Fix another crasher caused by incomplete macro code.
We did't properly mark all of an AnnotatedLine's children as finalized
and thus would reformat the same tokens in different branches of #if/#else
sequences leading to invalid replacements.

llvm-svn: 226930
2015-01-23 19:37:25 +00:00
..
BreakableToken.cpp clang-format: Fix crasher when splitting incomplete escape sequences. 2015-01-21 19:50:35 +00:00
BreakableToken.h Fix assertion in BreakableBlockComment (http://llvm.org/PR21916). 2015-01-12 13:11:12 +00:00
CMakeLists.txt clang-format: Factor out UnwrappedLineFormatter into a separate file. 2014-12-10 19:00:42 +00:00
ContinuationIndenter.cpp clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0 2015-01-20 12:59:20 +00:00
ContinuationIndenter.h clang-format: Revamp nested block formatting. 2014-12-12 09:40:58 +00:00
Encoding.h
Format.cpp clang-format: Disable flag for Google's Java and Javascript styles. 2015-01-14 12:24:59 +00:00
FormatToken.cpp clang-format: Fix crash on invalid code. 2015-01-19 10:51:42 +00:00
FormatToken.h clang-format: [Java] Detect `native` keyword. 2015-01-13 22:32:50 +00:00
Makefile
TokenAnnotator.cpp clang-format: Fix incorrect classification of "*". 2015-01-23 19:04:49 +00:00
TokenAnnotator.h clang-format: Fix crasher caused by incorrect resetting of token info. 2015-01-21 18:35:47 +00:00
UnwrappedLineFormatter.cpp clang-format: Fix another crasher caused by incomplete macro code. 2015-01-23 19:37:25 +00:00
UnwrappedLineFormatter.h clang-format: Factor out UnwrappedLineFormatter into a separate file. 2014-12-10 19:00:42 +00:00
UnwrappedLineParser.cpp clang-format: Fix assertion when trying to build a nullptr StringRef. 2015-01-19 10:51:05 +00:00
UnwrappedLineParser.h
WhitespaceManager.cpp clang-format: Understand single-line comments at the end of blocks. 2015-01-07 14:00:11 +00:00
WhitespaceManager.h