On Apr 10, 2014, at 3:56, Chandler Carruth <[email protected]> wrote:
> Another set of diffs that really should be pulled out into a separate commit:
>
> /// Assign a counter to track entry to the function body.
> - void VisitFunctionDecl(const FunctionDecl *S) {
> - CounterMap[S->getBody()] = NextCounter++;
> - Visit(S->getBody());
> + void VisitFunctionDecl(const FunctionDecl *D) {
> + assignCounter(D);
> + Visit(D->getBody());
> }
>
> All of the simple parameter renames are fine, just commit those. No need to
> clutter up the functional change.
>
r206002
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits