Go to file
Daniel Dunbar 1acc629bfd Add ASTContext::MakeIntValue
- Makes an APSInt given a uint64_t and a type, with the appropriate
   width and signedness to match the type. Yay for functional over
   imperative.

llvm-svn: 64863
2009-02-18 00:29:14 +00:00
clang Add ASTContext::MakeIntValue 2009-02-18 00:29:14 +00:00
llvm Fix a typo in a comment. 2009-02-18 00:08:39 +00:00