[debuginfo-tests][dexter] Add two new debug experience tests
authorNabeel Omer <nabeel.omer@sony.com>
Wed, 28 Oct 2020 14:21:40 +0000 (14:21 +0000)
committerTom Weaver <Tom.Weaver@Sony.com>
Wed, 28 Oct 2020 14:21:40 +0000 (14:21 +0000)
commitafc44efc262b27e8d6cdcf86d40a820ecd450520
tree130478d2fbb7947d99510374508da167dae11f9d
parentbc1773f5b5e90e5fab3202768e516e145881666f
[debuginfo-tests][dexter] Add two new debug experience tests

deferred_globals.cpp: Verify that debug information for a local variable does
not hide a global definition that has the same name

namespace.cpp: Ensure that the debug information for a global variable
includes namespace information.

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

Author:    Nabeel Omer <nabeel.omer@sony.com>
debuginfo-tests/dexter-tests/deferred_globals.cpp [new file with mode: 0644]
debuginfo-tests/dexter-tests/namespace.cpp [new file with mode: 0644]