]> granicus.if.org Git - clang/commit
Fix win64 compilation of constants like 0xFFFFFFFFFFFFFFFFULL
authorNate Begeman <natebegeman@mac.com>
Wed, 21 Jul 2010 02:02:56 +0000 (02:02 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 21 Jul 2010 02:02:56 +0000 (02:02 +0000)
commitdbf8ea413e7b4002d6f0f80415fe447652bc466d
treef25eacefdf0c4380f3b94d0486de884f3153fe56
parent291ae949612e371c41bf771a483b407d49372a4f
Fix win64 compilation of constants like 0xFFFFFFFFFFFFFFFFULL

intmax_t is __int64 (long long to clang), per VS 2010 stdint.h

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108980 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp