]> granicus.if.org Git - clang/commit
[DWARF5] Added support for DW_AT_noreturn attribute to be emitted for
authorAdrian Prantl <aprantl@apple.com>
Wed, 16 Oct 2019 16:30:38 +0000 (16:30 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 16 Oct 2019 16:30:38 +0000 (16:30 +0000)
commit5cd7a6f916b7b11f9955587e413af95c3f45bc7b
tree40052ce646dc3bf5e9abecfc7c4c16a7e39a1a93
parent9db088e09ee7d5574b0fb4086d9258e9fb062c42
[DWARF5] Added support for DW_AT_noreturn attribute to be emitted for
C++ class member functions.

Patch by Sourabh Singh Tomar!

Differential Revision: https://reviews.llvm.org/D68697

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375012 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info-noreturn.cpp [new file with mode: 0644]