[cfe-commits] PATCH: Call EndSourceFile() from ParseAST
Craig Silverstein
csilvers at google.com
Fri Dec 3 20:17:05 PST 2010
} I registered a PPCallback and was confused when EndOfMainFile() was
} not being called on it. Tracing through the code, it looks like
} it's just because the appropriate callback wasn't being called form
} the parsing routine.
Oops, the problem was with my code, not clang -- I was calling exit()
someplace I had forgotten about. I hereby withdraw the patch.
craig
More information about the cfe-commits
mailing list