[cfe-commits] r171637 - /cfe/trunk/test/CodeGenCXX/debug-info-method.cpp
David Blaikie
dblaikie at gmail.com
Sat Jan 5 13:41:59 PST 2013
Author: dblaikie
Date: Sat Jan 5 15:41:59 2013
New Revision: 171637
URL: http://llvm.org/viewvc/llvm-project?rev=171637&view=rev
Log:
Make checking for 'protected' access in debug info more legible.
Based on code review feedback for r171604 from Chandler Carruth &
Eric Christopher. Enabled by improvements to LLVM made in r171636.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-method.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-method.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-method.cpp?rev=171637&r1=171636&r2=171637&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-method.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-method.cpp Sat Jan 5 15:41:59 2013
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -emit-llvm -std=c++11 -g %s -o - | FileCheck %s
-// CHECK: metadata !"_ZN1A3fooEiS_3$_0", {{.*}}, i32 258
+// CHECK: metadata !"_ZN1A3fooEiS_3$_0", {{.*}} [protected]
// CHECK: ""{{.*}}DW_TAG_arg_variable
// CHECK: ""{{.*}}DW_TAG_arg_variable
// CHECK: ""{{.*}}DW_TAG_arg_variable
More information about the cfe-commits
mailing list