[PATCH] Flip the order the preprocessor and frontendaction are informed of the end of a file.

Richard Smith richard at metafoo.co.uk
Thu Aug 7 11:01:14 PDT 2014


This seems like a more natural order for these actions to me. Can you add a test? (Install a preprocessing callback and check that its EndOfMainFile action is called before the FrontendAction's EndSourceFileAction)

http://reviews.llvm.org/D4773






More information about the cfe-commits mailing list