]> granicus.if.org Git - clang/commit
Support matching signext attribute in vla-lambda-capturing test to appease clang...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 22 Nov 2014 16:08:56 +0000 (16:08 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 22 Nov 2014 16:08:56 +0000 (16:08 +0000)
commitc09b981397f56f4fa6f6323fce701f90fcf1e810
tree56cea44e39aeb3db5aad9bfee0df335cda876f47
parent8cb8ee2541a6deb194474faab7819b9dabdf46f4
Support matching signext attribute in vla-lambda-capturing test to appease clang-cmake-mips builder.

The Mips target adds the signext attribute to signed 32-bit integers in order
to support the N32/N64 correctly. Integers must be promoted to 64-bit bit on
these ABI's.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222617 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/vla-lambda-capturing.cpp