Open Quuxplusone opened 8 years ago
Bugzilla Link | PR30338 |
Status | NEW |
Importance | P normal |
Reported by | Lukasz Anforowicz (lukasza@chromium.org) |
Reported on | 2016-09-09 13:47:31 -0700 |
Last modified on | 2016-09-09 13:54:11 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Oh, and the matcher ParmVarDecl also seems wrong (it should correspond to "const int& i" in the second case, not to "const T& t" in both cases).