Skip to content
Commit b0e6094a authored by Christopher Lamb's avatar Christopher Lamb
Browse files

When generating the CodeGen type name of a struct, union, enum use the typedef

name if a tag type name is not available for the type. This matches how llvm-gcc 
chooses CodeGen type names.

This means that "typedef struct {...} foo" now results in a CodeGen name of 
"struct.foo" rather than "struct."

llvm-svn: 44489
parent 34f92ace
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment