[cfe-commits] [PATCH] Fix ASTReader handling of ImportDecls

Douglas Gregor dgregor at apple.com
Wed May 16 09:34:31 PDT 2012


On May 15, 2012, at 3:55 PM, Meador Inge wrote:

> Hi All,
> 
> I came across this bug while hacking on another C FE issue.  'void
> ASTDeclReader::VisitImportDecl' bumps the current index one too many.
> OK?
> 
> P.S.  If it is OK, then can someone commit it for me.  I don't have
> write access.

I moved the new test over to test/Modules and committed as r156923. Thanks!

	- Doug



More information about the cfe-commits mailing list