Files
clang-p2996/llvm/lib/Support/StringRef.cpp
Thomas Preud'homme dd00421c60 Add StringRef::consumeInteger(APInt)
This will be required to allow arbitrary precision support to
FileCheck's numeric variables and expressions. Note: as per
getAsInteger(), this does not support negative value. If there is
interest for that it can be added in a separate patch.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D150878
2023-05-23 14:01:38 +01:00

18 KiB