[all-commits] [llvm/llvm-project] d806d1: Interp.h - AddSubMulHelper - avoid APSInt::toStrin...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jun 9 03:10:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d806d11b14e1db7d5c5986d563e74ca972f0e5e6
https://github.com/llvm/llvm-project/commit/d806d11b14e1db7d5c5986d563e74ca972f0e5e6
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M clang/lib/AST/Interp/Interp.h
Log Message:
-----------
Interp.h - AddSubMulHelper - avoid APSInt::toString std::string wrapper. NFCI
Pulled out of D103888 - use the underlying SmallString version directly
Commit: f3fd36e590f4ca36e466801bee40497714df895c
https://github.com/llvm/llvm-project/commit/f3fd36e590f4ca36e466801bee40497714df895c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M clang/lib/AST/JSONNodeDumper.cpp
Log Message:
-----------
JSONNodeDumper.cpp - VisitIntegerLiteral - avoid APSInt::toString std::string wrapper. NFCI
Pulled out of D103888 - use the underlying SmallString version directly
Compare: https://github.com/llvm/llvm-project/compare/905f4eb537c1...f3fd36e590f4
More information about the All-commits
mailing list