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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs