[cfe-commits] [patch] Fix uninitialized variables causing assert in TokenConcatenation::AvoidConcat
Chris Lattner
clattner at apple.com
Tue Jun 15 11:56:49 PDT 2010
On Jun 14, 2010, at 11:50 PM, Michael Spencer wrote:
> The test case in the attached patch caused an assert to fail in
> TokenConcatenation::AvoidConcat due to uninitialized variables in
> PrintPreprocessedOutput.cpp/PrintPreprocessedTokens. The rest of the
> patch fixes it.
I applied the uninit variable fix in r106025 and testcase in r106026. The testcase works for me without the other hunk so I left it out. Thanks!
-Chris
More information about the cfe-commits
mailing list