[all-commits] [llvm/llvm-project] 68bcd9: [clang] ASTContext: flesh out implementation of ge...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed Mar 19 14:32:01 PDT 2025
Branch: refs/heads/users/mizvekov/clang-getcommonnns
Home: https://github.com/llvm/llvm-project
Commit: 68bcd9f9e1dcd330001f7a23f04893935705dbd2
https://github.com/llvm/llvm-project/commit/68bcd9f9e1dcd330001f7a23f04893935705dbd2
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/ASTContext.cpp
M clang/test/SemaCXX/sugar-common-types.cpp
Log Message:
-----------
[clang] ASTContext: flesh out implementation of getCommonNNS
This properly implements getCommonNNS, for getting the common
NestedNameSpecifier, for which the previous implementation was a bare
minimum placeholder.
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