[all-commits] [llvm/llvm-project] 5d7796: [NFC] [C++20] [Modules] Refactor ReducedBMIGenerator

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Tue Mar 12 20:24:44 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d7796e674224be54c48a8db981f4134845bcc7c
      https://github.com/llvm/llvm-project/commit/5d7796e674224be54c48a8db981f4134845bcc7c
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2024-03-13 (Wed, 13 Mar 2024)

  Changed paths:
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Serialization/GeneratePCH.cpp

  Log Message:
  -----------
  [NFC] [C++20] [Modules] Refactor ReducedBMIGenerator

Changes:
- Don't lookup the emitting module from HeaderSearch. We will use the
  module from the ASTContext directly.
- Remove some useless arguments. Let's addback in the future if
  required.



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