diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-04-19 06:57:04 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-04-19 06:57:04 +0000 |
commit | 88564f3cf7dc3f9d925cdcc181e885e893b8bb6f (patch) | |
tree | f27a13be3de0e5827190bf22915b34391a61c254 /clang/lib/CodeGen/CGDecl.cpp | |
parent | bfa5274df5a15fd0fcdc6c93caa374f4feed60db (diff) | |
download | llvm-88564f3cf7dc3f9d925cdcc181e885e893b8bb6f.zip llvm-88564f3cf7dc3f9d925cdcc181e885e893b8bb6f.tar.gz llvm-88564f3cf7dc3f9d925cdcc181e885e893b8bb6f.tar.bz2 |
PR14606: debug info imported_module support
Adding another CU-wide list, in this case of imported_modules (since they
should be relatively rare, it seemed better to add a list where each element
had a "context" value, rather than add a (usually empty) list to every scope).
This takes care of DW_TAG_imported_module, but to fully address PR14606 we'll
need to expand this to cover DW_TAG_imported_declaration too.
llvm-svn: 179836
Diffstat (limited to 'clang/lib/CodeGen/CGDecl.cpp')
0 files changed, 0 insertions, 0 deletions