[all-commits] [llvm/llvm-project] 4a0bec: [clang] ASTContext: flesh out implementation of ge...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed Mar 19 14:28:10 PDT 2025
Branch: refs/heads/users/mizvekov/clang-getcommonnns
Home: https://github.com/llvm/llvm-project
Commit: 4a0becde2d9294a3db323a991ceb0ce97350ae82
https://github.com/llvm/llvm-project/commit/4a0becde2d9294a3db323a991ceb0ce97350ae82
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