[libcxx-commits] [PATCH] D119972: [demangler] Improve buffer hysteresis
Chuanqi Xu via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 28 17:43:14 PST 2022
ChuanqiXu accepted this revision.
ChuanqiXu added a comment.
This revision is now accepted and ready to land.
Benchmarking is always good. But the cost may be too high sometimes.
================
Comment at: llvm/unittests/Demangle/OutputBufferTest.cpp:89
+ OB << Massive;
+ EXPECT_EQ(Massive, toString(OB));
+
----------------
Thanks. I feel better if there is a comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119972/new/
https://reviews.llvm.org/D119972
More information about the libcxx-commits
mailing list