diff options
author | John McCall <rjmccall@apple.com> | 2010-02-28 09:55:58 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-02-28 09:55:58 +0000 |
commit | 512b65021089807a06a5cdd209b8c5b6f5d64b1f (patch) | |
tree | dae705e4eacd0d005a95721a0ffd1b1c9d52a0a7 /clang/lib/Sema/SemaChecking.cpp | |
parent | 28db1a3e615bb23762624e613453ff102332a9f1 (diff) | |
download | bcm5719-llvm-512b65021089807a06a5cdd209b8c5b6f5d64b1f.tar.gz bcm5719-llvm-512b65021089807a06a5cdd209b8c5b6f5d64b1f.zip |
Add an override to StringRef::getAsInteger which parses into an APInt.
It gets its own implementation totally divorced from the (presumably
performance-sensitive) routines which parse into a uint64_t.
Add APInt::operator|=(uint64_t), which is situationally much better than
using a full APInt.
llvm-svn: 97381
Diffstat (limited to 'clang/lib/Sema/SemaChecking.cpp')
0 files changed, 0 insertions, 0 deletions