Skip to content
Commit 8f55b66a authored by Adrian Prantl's avatar Adrian Prantl
Browse files

Module Debugging: Fine-tune the condition that determines whether a type

can be found in a module.

There are externally visible anonymous types that can be found:
  typedef struct { } s; // I can be found via the typedef.
There are anonymous internal types that can be found:
  namespace { struct s {}; } // I can be found by name.

rdar://problem/24199640

llvm-svn: 258272
parent 59411db5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment