[all-commits] [llvm/llvm-project] ca2351: [C++20] [Modules] Skip checking ODR for merged con...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Thu Aug 29 20:46:00 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca2351dd142bac574021f48f135a9f9383c41128
      https://github.com/llvm/llvm-project/commit/ca2351dd142bac574021f48f135a9f9383c41128
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2024-08-30 (Fri, 30 Aug 2024)

  Changed paths:
    M clang/lib/Serialization/ASTReaderDecl.cpp
    A clang/test/Modules/skip-func-def-odr-with-pch.cppm

  Log Message:
  -----------
  [C++20] [Modules] Skip checking ODR for merged context in GMF

Solve https://github.com/clangd/clangd/issues/2094

Due clangd will enable PCH automatically, the previous mechanism to skip
ODR check in GMF may be invalid. This patch fixes this for a case.



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