]> granicus.if.org Git - clang/commit
Move x86-specific bits of warn-unused-local-typedef.cpp into their own file.
authorNico Weber <nicolasweber@gmx.de>
Sat, 6 Sep 2014 18:16:37 +0000 (18:16 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sat, 6 Sep 2014 18:16:37 +0000 (18:16 +0000)
commite40196b965f7f6135253fd6a67cd42c32ff5a882
tree1b589ac5dd52b145e72632adce93587629b0bc98
parent4b8073f601f2fec22bde684826ade3c5150c96ea
Move x86-specific bits of warn-unused-local-typedef.cpp into their own file.

That way, most of the test can run everywhere. Also give the new file an x86
triple in addition to a REQUIRES line.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217314 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/warn-unused-local-typedef-x86asm.cpp [new file with mode: 0644]
test/SemaCXX/warn-unused-local-typedef.cpp