[cfe-commits] r171635 - in /cfe/trunk: lib/Format/UnwrappedLineParser.cpp unittests/Format/FormatTest.cpp
Tobias Grosser
tobias at grosser.es
Sat Jan 5 16:55:17 PST 2013
On 01/05/2013 10:34 PM, Manuel Klimek wrote:
> Author: klimek
> Date: Sat Jan 5 15:34:55 2013
> New Revision: 171635
>
> URL: http://llvm.org/viewvc/llvm-project?rev=171635&view=rev
> Log:
> Fixes PR14811: Crash when formatting some macros
>
> A preprocessor directive cannot be started while we're parsing one.
Thanks Manuel,
the macros that where crashing clang-format are now nicely formatted.
Tobi
More information about the cfe-commits
mailing list