]> granicus.if.org Git - clang/commit
Fix call to APSInt constructor - it doesn't take an initial value, just a
authorLang Hames <lhames@gmail.com>
Sun, 27 May 2012 21:39:49 +0000 (21:39 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 27 May 2012 21:39:49 +0000 (21:39 +0000)
commitf17523b6d3d9ef1dbcb64b63d9bada7bdae194a7
treecd02a30449739c610c827c690ef67d6d3dc9ee98
parent350e956532d99ce2e804a478df5b6f1f5e096d88
Fix call to APSInt constructor - it doesn't take an initial value, just a
bitwidth and signedness. Also rename the variable to reflect its purpose.

No test case - discovered during random code exploration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157547 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/MicrosoftMangle.cpp