Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions.
Basic support is implemented here - it still doesn't account for declared-but-not-defined variables or functions. It cannot handle out of order (declared, 'using', then defined) cases for variables, but can handle that for functions (& can handle declared, 'using'd, and not defined at all cases for types). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181393 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGDebugInfo.cpp 37 additions, 7 deletionslib/CodeGen/CGDebugInfo.cpp
- lib/CodeGen/CGDebugInfo.h 11 additions, 0 deletionslib/CodeGen/CGDebugInfo.h
- lib/CodeGen/CGDecl.cpp 5 additions, 2 deletionslib/CodeGen/CGDecl.cpp
- test/CodeGenCXX/debug-info-namespace.cpp 30 additions, 11 deletionstest/CodeGenCXX/debug-info-namespace.cpp
Loading
Please register or sign in to comment