[all-commits] [llvm/llvm-project] 267a43: [Clang][Sema] Skip RecordDecl when checking scope ...

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Sun Nov 5 19:55:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 267a437920904723360cb2837172bd776db73057
      https://github.com/llvm/llvm-project/commit/267a437920904723360cb2837172bd776db73057
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2023-11-06 (Mon, 06 Nov 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/IdentifierResolver.cpp
    M clang/test/Sema/nested-redef.c
    M clang/test/SemaObjC/ivar-lookup.m

  Log Message:
  -----------
  [Clang][Sema] Skip RecordDecl when checking scope of declarations (#69432)

In non C++ mode, struct definitions does not create a scope for
declaration.




More information about the All-commits mailing list