[all-commits] [llvm/llvm-project] be9b7a: [clang] ASTContext: flesh out implementation of ge...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Wed Mar 19 16:38:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be9b7a14f4f9bfddd02672a13e7da51b39ba25de
      https://github.com/llvm/llvm-project/commit/be9b7a14f4f9bfddd02672a13e7da51b39ba25de
  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 (#131964)

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