[llvm-bugs] [Bug 24742] New: Some NestedNameSpecifierLocs have invalid source locations
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Sep 7 11:13:52 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24742
Bug ID: 24742
Summary: Some NestedNameSpecifierLocs have invalid source
locations
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: jeanpierreda at google.com
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
Classification: Unclassified
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150907/12f7e154/attachment.html>
More information about the llvm-bugs
mailing list