[all-commits] [llvm/llvm-project] eeeced: [clang] NFC: NNS getLocalSourceRange user cleanup
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Mon Oct 13 07:42:20 PDT 2025
Branch: refs/heads/users/mizvekov/GH147835-improv1
Home: https://github.com/llvm/llvm-project
Commit: eeeced290aebad8e7d6fcd0a1fda84c5677b239b
https://github.com/llvm/llvm-project/commit/eeeced290aebad8e7d6fcd0a1fda84c5677b239b
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
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