[all-commits] [llvm/llvm-project] bed75f: [Clang] Reject programs declaring namespace std to...

Po-yao Chang via All-commits all-commits at lists.llvm.org
Mon Jul 24 10:31:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bed75faf7d768f8375681db6a3fb7c3c35eeb5aa
      https://github.com/llvm/llvm-project/commit/bed75faf7d768f8375681db6a3fb7c3c35eeb5aa
  Author: Po-yao Chang <poyaoc97 at gmail.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/p7.cpp

  Log Message:
  -----------
  [Clang] Reject programs declaring namespace std to be inline

Fixes #64041

Differential Revision: https://reviews.llvm.org/D156063




More information about the All-commits mailing list