Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove line and file from DINamespace. | Adrian Prantl | 2017-04-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Fixes the issue highlighted in http://lists.llvm.org/pipermail/cfe-dev/2014-June/037500.html. The DW_AT_decl_file and DW_AT_decl_line attributes on namespaces can prevent LLVM from uniquing types that are in the same namespace. They also don't carry any meaningful information. rdar://problem/17484998 Differential Revision: https://reviews.llvm.org/D32648 llvm-svn: 301706 | ||||
* | Add DWARF debug info support for C++11 inline namespaces. | Adrian Prantl | 2016-11-03 | 1 | -2/+5 |
| | | | | | | | | | This implements the DWARF 5 DW_AT_export_symbols feature: http://dwarfstd.org/ShowIssue.php?issue=141212.1 <rdar://problem/18616046> llvm-svn: 285959 | ||||
* | DebugInfo: Rename testcases from MD* to DI*, NFC | Duncan P. N. Exon Smith | 2015-06-02 | 1 | -0/+16 |
As a follow-up to r236120, rename testcases to match the new names. llvm-svn: 238853 |