]> granicus.if.org Git - clang/commit
Reuse APInt's getNumWords, which gets rounding right (my ad-hoc solution missed it).
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 7 Jun 2012 15:54:03 +0000 (15:54 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 7 Jun 2012 15:54:03 +0000 (15:54 +0000)
commitb8e54cd26cc71075456a74be054a95fa1f2e28ad
tree690831b4ba1e70f5dd1883e6af2e735d252fd57a
parent855243789cb44799c03f4c7216d3d6308805f549
Reuse APInt's getNumWords, which gets rounding right (my ad-hoc solution missed it).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158151 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/TemplateBase.h
lib/AST/TemplateBase.cpp