[cfe-commits] r110610 - in /cfe/trunk: include/clang/AST/ lib/AST/ lib/Frontend/ lib/Sema/ test/Index/

Sebastian Redl sebastian.redl at getdesigned.at
Mon Aug 9 16:39:19 PDT 2010


On Tue, 10 Aug 2010 00:28:54 +0100, Argyrios Kyrtzidis
<kyrtzidis at apple.com> wrote:
> Is delayed type reading necessary ? The redecl chain should be in place
> after the VisitRedeclarable call.

It's not, but it doesn't matter. Delayed type reading isn't actually
necessary in this case. It was an attempt to fix the problem with the
redeclarable chain that I forgot to undo.

Sebastian




More information about the cfe-commits mailing list