OSDN Git Service

Twine: Directly support int, long, and long long types.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 30 Jul 2009 21:15:14 +0000 (21:15 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 30 Jul 2009 21:15:14 +0000 (21:15 +0000)
commit2d8bc0fe70c55664b89605dbfa5c2f591446469c
tree421514c2c7b5621c693bd9241d4563a8103fedd7
parentb5b56ba9d4df47e618d4e0f9e1e09bf216733ee8
Twine: Directly support int, long, and long long types.
 - This should resolve Cygwin gcc ambiguities.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77624 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Twine.h
lib/Support/Twine.cpp