]> granicus.if.org Git - clang/commit
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)
commit8a40cc6f9cba0aaa1aac477e2b4c4605629dc587
tree4e466a228064b47ef5816246adaa0a2e420182f9
parent4d25b51d582bc7a6a4d83be1642be2f4e812beef
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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177457 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
test/CodeGenCXX/debug-info-artificial-arg.cpp
test/CodeGenCXX/debug-info-char16.cpp
test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
test/CodeGenCXX/debug-info-enum-class.cpp
test/CodeGenCXX/debug-info-fwd-ref.cpp
test/CodeGenCXX/debug-info-nullptr.cpp
test/CodeGenCXX/debug-info-template-member.cpp
test/CodeGenCXX/debug-info-template-quals.cpp
test/CodeGenCXX/debug-info-union.cpp
test/CodeGenCXX/debug-info-zero-length-arrays.cpp
test/CodeGenCXX/debug-lambda-expressions.cpp
test/CodeGenCXX/debug-lambda-this.cpp
test/CodeGenObjC/debug-info-fwddecl.m
test/CodeGenObjC/debug-info-impl.m
test/CodeGenObjC/debug-info-ivars-extension.m
test/CodeGenObjC/debug-info-ivars-indirect.m
test/CodeGenObjC/debug-info-ivars-private.m
test/CodeGenObjC/debug-info-ivars.m
test/CodeGenObjC/debug-info-pubtypes.m