Closed
Description
Bugzilla Link | 24742 |
Version | trunk |
OS | Linux |
Reporter | LLVM Bugzilla Contributor |
CC | @DougGregor |
Extended Description
A coworker suggested this to be the cause: https://github.com/llvm-mirror/clang/blob/298fde465765d930b8bcd588c613343a1c7805b3/lib/Sema/TreeTransform.h#L3260
I'm trying to write a little refactoring tool to replace foo with ::foo
for a few error-prone cases (e.g. "utils"), but this got in my way.