[all-commits] [llvm/llvm-project] 61e855: [clang] ASTContext: flesh out implementation of ge...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Tue Mar 18 20:07:54 PDT 2025
Branch: refs/heads/users/mizvekov/clang-getcommonnns
Home: https://github.com/llvm/llvm-project
Commit: 61e855accea0783c4c878e3e662972c21b9a3e3e
https://github.com/llvm/llvm-project/commit/61e855accea0783c4c878e3e662972c21b9a3e3e
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-03-18 (Tue, 18 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