diff options
author | Sean Callanan <scallanan@apple.com> | 2012-01-13 22:10:18 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2012-01-13 22:10:18 +0000 |
commit | 7282e2acf4ed2cfda6ce8ea6077a8231ce5e0b73 (patch) | |
tree | d488d4696bb02cef3938a22c080fca32f1826c1b /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | a6e61a7820757ed5a02113bb74121c23d3335c3e (diff) | |
download | bcm5719-llvm-7282e2acf4ed2cfda6ce8ea6077a8231ce5e0b73.tar.gz bcm5719-llvm-7282e2acf4ed2cfda6ce8ea6077a8231ce5e0b73.zip |
If the name of a struct or union is NULL in the
debug info, call it anonymous. This isn't
perfect, because Clang actually considers the
following struct not to be anonymous:
–
struct {
int x;
int y;
} g_foo;
-
but DWARF doesn't make the distinction.
llvm-svn: 148145
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions