Simplify/generalize some debug info test cases
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 19 Mar 2013 23:10:14 +0000 (23:10 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 19 Mar 2013 23:10:14 +0000 (23:10 +0000)
commit86eac722f9e7478d90c240e4a8c11a8fa2318f1d
tree05de80af79da4ce48771352064500ce5ac01b84c
parent2c0473563096131603232069a9d2c29c3eb4d605
Simplify/generalize some debug info test cases

Mostly, try to depend on the annotation comments more so these tests are more
legible, brief, and agnostic to schema changes in the future (sure, they're not
agnostic to changes to the comment annotations but since they're easier to read
they should be easier to update if that happens).

llvm-svn: 177457
19 files changed:
clang/test/CodeGenCXX/debug-info-artificial-arg.cpp
clang/test/CodeGenCXX/debug-info-char16.cpp
clang/test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
clang/test/CodeGenCXX/debug-info-enum-class.cpp
clang/test/CodeGenCXX/debug-info-fwd-ref.cpp
clang/test/CodeGenCXX/debug-info-nullptr.cpp
clang/test/CodeGenCXX/debug-info-template-member.cpp
clang/test/CodeGenCXX/debug-info-template-quals.cpp
clang/test/CodeGenCXX/debug-info-union.cpp
clang/test/CodeGenCXX/debug-info-zero-length-arrays.cpp
clang/test/CodeGenCXX/debug-lambda-expressions.cpp
clang/test/CodeGenCXX/debug-lambda-this.cpp
clang/test/CodeGenObjC/debug-info-fwddecl.m
clang/test/CodeGenObjC/debug-info-impl.m
clang/test/CodeGenObjC/debug-info-ivars-extension.m
clang/test/CodeGenObjC/debug-info-ivars-indirect.m
clang/test/CodeGenObjC/debug-info-ivars-private.m
clang/test/CodeGenObjC/debug-info-ivars.m
clang/test/CodeGenObjC/debug-info-pubtypes.m