[all-commits] [llvm/llvm-project] ca9884: [clang] Add missing type source info of `decltype`...

Yanzuo Liu via All-commits all-commits at lists.llvm.org
Tue May 26 07:03:55 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca9884dd065961cb112f4940b3f80339765a0104
      https://github.com/llvm/llvm-project/commit/ca9884dd065961cb112f4940b3f80339765a0104
  Author: Yanzuo Liu <zwuis at outlook.com>
  Date:   2026-05-26 (Tue, 26 May 2026)

  Changed paths:
    M clang-tools-extra/clangd/Selection.cpp
    M clang-tools-extra/clangd/SemanticHighlighting.cpp
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/AST/DeclarationName.h
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/test/AST/ast-dump-expr-json.cpp
    M clang/test/AST/ast-dump-expr.cpp
    M clang/unittests/Tooling/Syntax/BuildTreeTest.cpp

  Log Message:
  -----------
  [clang] Add missing type source info of `decltype` specifier in destructor call to AST (#197680)

The type source info will be stored in `MemberExpr::MemberDNLoc`.

This patch fixes the underlying issue of #195788.



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