[all-commits] [llvm/llvm-project] 7a11eb: [clang] NFC: NNS getLocalSourceRange user cleanup ...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Mon Oct 13 09:16:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a11eb96d591e980f347c01b8a559da441164bf8
https://github.com/llvm/llvm-project/commit/7a11eb96d591e980f347c01b8a559da441164bf8
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M clang-tools-extra/clangd/FindTarget.cpp
M clang/include/clang/AST/NestedNameSpecifierBase.h
M clang/include/clang/AST/TypeLoc.h
M clang/lib/AST/TypeLoc.cpp
Log Message:
-----------
[clang] NFC: NNS getLocalSourceRange user cleanup (#163206)
This adds a note to the documentation of getLocalSourceRange, and cleans
up one of the users of this function which was changed in
https://github.com/llvm/llvm-project/pull/147835
This also removes `TypeLoc::getNonPrefixBeginLoc`, which was recently
introduced in the above patch, as that became unused.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list