[Lldb-commits] [PATCH] D15187: Improve the functionality of JSONNumber
Enrico Granata via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 3 09:44:10 PST 2015
granata.enrico added a subscriber: granata.enrico.
granata.enrico added a comment.
IIU my C++ correctly, this code covers neither int64_t nor double; it covers the unsigned variety of int64 - as well as any other unsigned integer type.
The main advantage (other than not relying on implicit promotions) would be that if someone writes their new integral data type (BigNum), and mark it with the appropriate traits, it would Just Work
- Enrico
http://reviews.llvm.org/D15187
More information about the lldb-commits
mailing list