]> granicus.if.org Git - clang/commit
Use an explicitly 64-bit triple flag to ensure we can easily verify the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 20 Jun 2011 08:59:25 +0000 (08:59 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 20 Jun 2011 08:59:25 +0000 (08:59 +0000)
commitbc9bd0e79a235a0f406695658fa503dd2a3cc65c
tree92cff5828bf5cae72cab41fc7c03fdde6b0947e3
parentae0bafa229d076a0fb90b5aeccea7e3039c58751
Use an explicitly 64-bit triple flag to ensure we can easily verify the
types printed in various diagnostics.

We could omit checking for the types, but that can mask errors where the
wrong type is streamed into the diagnostic. There was at least one of
these caught by this test already.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133429 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/null_in_arithmetic_ops.cpp