[Lldb-commits] [lldb] [lldb] Fix qSpeedTest radix mistake, make number parsings explicit (PR #211495)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 23 07:01:09 PDT 2026


https://github.com/JDevlieghere approved this pull request.

Rather than a magic number, can you create a `static constexpr unsiged BASE_10 = 10;` or something to (1) make this more explicit and (2) more easily grepable? Otherwise LGTM. 

https://github.com/llvm/llvm-project/pull/211495


More information about the lldb-commits mailing list