[PATCH] Prevent LoopConvert from shadowing already defined variables with the same name as the loop variable.

Doug Gregor dgregor at apple.com
Fri Jun 21 10:47:15 PDT 2013


  The most similar functions to this are actually in Sema, e.g., Sema::LookupVisibleDecls(). However, this function really doesn't belong there (arguably, neither does Sema::LookupVisibleDecls), so I think it's okay to add this to ASTContext.

http://llvm-reviews.chandlerc.com/D950



More information about the cfe-commits mailing list