Thank you for finding this issue. The original checker before port used hasName and anyOf. It looks like I should be more cautious when replacing such constructs with regexps. It should be fixed in r230483.
The issue was: the iterator has a template parameter that is substituted for the type that is stored inside the container. The postfix ++ operator has one parameter. REPOSITORY rL LLVM http://reviews.llvm.org/D7496 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
