New issue
Advanced search Search tips

Issue 595577 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 578344



Sign in to add a comment

Tool shouldn't rename things instantiated from template parameters

Project Member Reported by dcheng@chromium.org, Mar 17 2016

Issue description

template <void f()>
void g() {
  f();
}

void foo();

g<foo>();

results in the function template body changing to void g() { Foo(); }

which is wrong
 

Comment 2 by dcheng@chromium.org, Mar 19 2016

Status: Fixed (was: Started)

Sign in to add a comment