[Lldb-commits] [lldb] [NFC][lldb] Speed up lookup of shared modules (PR #152054)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 6 06:37:39 PDT 2025


https://github.com/JDevlieghere commented:

General feedback: this patch is using `auto` in a bunch of places that don't align with the [LLVM Coding Standards](https://llvm.org/docs/CodingStandards.html#use-auto-type-deduction-to-make-code-more-readable). 

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


More information about the lldb-commits mailing list