[clang] [clang] Optimize SourceManager.getSpellingLocSlowCase and SourceManager.getFileLocSlowCase (PR #164269)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 24 08:21:18 PDT 2025
SergejSalnikov wrote:
This PR is functionally no-op. It's purely code optimisation do reduce the number of back-to-back getSLocEntry and getFileID calls.
https://github.com/llvm/llvm-project/pull/164269
More information about the cfe-commits
mailing list