r181962 - Fix comment.
Eric Christopher
echristo at gmail.com
Wed May 15 17:45:18 PDT 2013
Author: echristo
Date: Wed May 15 19:45:18 2013
New Revision: 181962
URL: http://llvm.org/viewvc/llvm-project?rev=181962&view=rev
Log:
Fix comment.
Modified:
cfe/trunk/test/CodeGenCXX/debug-info-limit.cpp
Modified: cfe/trunk/test/CodeGenCXX/debug-info-limit.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-limit.cpp?rev=181962&r1=181961&r2=181962&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-limit.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-limit.cpp Wed May 15 19:45:18 2013
@@ -1,6 +1,6 @@
// RUN: %clang -emit-llvm -g -S %s -o - | FileCheck %s
-// TAG_member is used to encode debug info for class constructor.
+// TAG_member is used to encode debug info for 'z' in A.
// CHECK: TAG_member
class A {
public:
More information about the cfe-commits
mailing list