| commit | e63d5d1633b84bac7623967d1cbef19e3aeecc9d | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Mon May 20 22:50:35 2013 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Mon May 20 22:50:35 2013 +0000 |
| tree | fe07f0c38e64c8853c4bed0087fbc282d61ef100 | |
| parent | 0519e142b82b7e67d5072d0f16bcd5ae7ef80847 [diff] |
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module This resolves the last of the PR14606 failures in the GDB 7.5 test suite by implementing an optional name field for DW_TAG_imported_modules/DIImportedEntities and using that to implement C++ namespace aliases (eg: "namespace X = Y;"). llvm-svn: 182328