summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVTT.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-12-03 00:27:05 +0000
committerGreg Clayton <gclayton@apple.com>2011-12-03 00:27:05 +0000
commit934cb05e4036d2b38d5e36d7ef8bc886fcbc8247 (patch)
treee4168eebc6dc7ae4e223c0fb007d84d4df29d390 /clang/lib/CodeGen/CGVTT.cpp
parent5daa6de433d663293fea730ec12e3b04785de895 (diff)
downloadbcm5719-llvm-934cb05e4036d2b38d5e36d7ef8bc886fcbc8247.tar.gz
bcm5719-llvm-934cb05e4036d2b38d5e36d7ef8bc886fcbc8247.zip
<rdar://problem/10522194>
Fixed an issue where if we have the DWARF equivalent of: struct foo; class foo { ... }; Or vice versa, we wouldn't be able to find the complete type. Since many compilers allow forward declarations to have struct and definitions to have class, we need to be able to deal with both cases. This commit fixes this in the DWARF parser. llvm-svn: 145733
Diffstat (limited to 'clang/lib/CodeGen/CGVTT.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud