]> granicus.if.org Git - clang/commit
Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Jun 2013 18:05:42 +0000 (18:05 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Jun 2013 18:05:42 +0000 (18:05 +0000)
commit5c8a92ef245c773fa56e66a8c88ae9393eea2fb6
tree4feeb98190bcd08d6f5b08dbc00bb8adf2e091aa
parenta79927f74cac29485d2a62a049559964a9739617
Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because that
triggers an error on MS targets where __SIZE_TYPE__ expands to 'long long'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184096 91177308-0d34-0410-b5e6-96231b3b80d8
test/CXX/drs/dr1xx.cpp