-
- Downloads
DebugInfo: Classify noreturn function types as non-reconstructible
This information isn't preserved in the DWARF description of function types (though probably should be - it's preserved on the function declarations/definitions themselves through the DW_AT_noreturn attribute - but we should move or also include that in the subroutine type itself too - but for now, with it not being there, the DWARF is lossy and can't be reconstructed)
Showing
- clang/lib/CodeGen/CGDebugInfo.cpp 1 addition, 0 deletionsclang/lib/CodeGen/CGDebugInfo.cpp
- clang/test/CodeGenCXX/debug-info-simple-template-names.cpp 6 additions, 0 deletionsclang/test/CodeGenCXX/debug-info-simple-template-names.cpp
- cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp 2 additions, 0 deletions...-tests/clang_llvm_roundtrip/simplified_template_names.cpp
Please register or sign in to comment