llvm-project/clang/lib/Format
Daniel Jasper 0955cb41eb clang-format: FIXME that led to access of uninitialized memory.
I have so far not succeeded in finding a nicely reduced test case or an
observable difference which could help me create a test failure without
msan.

Committing without test to unblock kcc's further fuzzing progress.

llvm-svn: 227433
2015-01-29 13:11:47 +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 Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Format.cpp clang-format: FIXME that led to access of uninitialized memory. 2015-01-29 13:11:47 +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 crasher caused by not properly setting dry-run. 2015-01-29 10:47:14 +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 clang-format: [Java] Support Java enums. 2014-11-13 15:56:28 +00:00
WhitespaceManager.cpp clang-format: Fix crasher caused by not properly setting dry-run. 2015-01-29 10:47:14 +00:00
WhitespaceManager.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00