]> granicus.if.org Git - clang/commit
allow optional signext attribute
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Mon, 2 Jun 2014 21:47:14 +0000 (21:47 +0000)
committerWill Schmidt <will_schmidt@vnet.ibm.com>
Mon, 2 Jun 2014 21:47:14 +0000 (21:47 +0000)
commitf110dfffbb9efe9cc8ce2b1669a4ff2bc9fa9911
treedc61b744a46fc18861486db4672050443305c4c6
parent6ea41c97e88601c08c12fdc17acca9fb8329a61f
allow optional signext attribute

Allow the tests to succeed with tne signext (or other) attribute is present.  The attributes
show up for Power, but not for x86*, so need to be appropriately wildcarded.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210050 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/debug-info-same-line.cpp
test/Modules/cxx-irgen.cpp
test/OpenMP/parallel_codegen.cpp