[LLVMbugs] [Bug 19628] New: LookupVisibleDecls into TU DeclContext doesn't find nested structs
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu May 1 14:28:40 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19628
Bug ID: 19628
Summary: LookupVisibleDecls into TU DeclContext doesn't find
nested structs
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: jordan_rose at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
struct foo {
struct bar {
int x;
} inner;
};
struct b<code complete>
Expected behavior: "bar" is completed.
Actual behavior: nothing is completed.
Note: "struct f<code complete>" does correctly complete to "foo".
--
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/20140501/03e9ce1a/attachment.html>
More information about the llvm-bugs
mailing list