Remove APInt/APSInt toString() std::string variants
authorKhem Raj <raj.khem@gmail.com>
Mon, 14 Jun 2021 19:49:43 +0000 (12:49 -0700)
committeryonghong-song <ys114321@gmail.com>
Tue, 15 Jun 2021 04:26:13 +0000 (21:26 -0700)
commit8e6c05daa935b200b5f55d6c02c0255795f1b5ca
treed6b967560b7de0bf15d7150cee929830dc4db10a
parent5934161d62eaed3a0aa3109371cc5ccea81cc579
Remove APInt/APSInt toString() std::string variants

clang 13+ has removed this in favour of a pair of llvm::toString
() helpers inside StringExtras.h to improve compile speed by avoiding
hits on <string> header

Signed-off-by: Khem Raj <raj.khem@gmail.com>
src/cc/json_map_decl_visitor.cc