]> granicus.if.org Git - clang/commit
DebugInfo: support for DW_TAG_atomic_type
authorVictor Leschuk <vleschuk@accesssoftek.com>
Mon, 31 Oct 2016 19:09:47 +0000 (19:09 +0000)
committerVictor Leschuk <vleschuk@accesssoftek.com>
Mon, 31 Oct 2016 19:09:47 +0000 (19:09 +0000)
commit70d2cb224ca4719df591c4165412d69ef51cdd4c
treebdd294072a9c85fa3d0937f455d1950f77233e8c
parentdf143a6a12689ddf0c1aff094966ff4e0c12acf1
DebugInfo: support for DW_TAG_atomic_type

Mark C11 _Atomic variables with DW_TAG_atomic_type tag.

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

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