From bca07a4524feb4edec581062d631a13116320a24 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 20 Feb 2011 13:06:31 +0000 Subject: Vendor import of clang trunk r126079: http://llvm.org/svn/llvm-project/cfe/trunk@126079 --- test/CodeGenCXX/debug-info-method.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/CodeGenCXX/debug-info-method.cpp (limited to 'test/CodeGenCXX/debug-info-method.cpp') diff --git a/test/CodeGenCXX/debug-info-method.cpp b/test/CodeGenCXX/debug-info-method.cpp new file mode 100644 index 0000000000000..5935727851552 --- /dev/null +++ b/test/CodeGenCXX/debug-info-method.cpp @@ -0,0 +1,6 @@ +// RUN: %clang -fverbose-asm -cc1 -g -S %s -o - | grep DW_ACCESS_protected +class A { +protected: + int foo(); +}; +A a; -- cgit v1.2.3