[all-commits] [llvm/llvm-project] 6de1c2: [clang] Don't require `FileManager` for creating a...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Fri Oct 24 11:05:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6de1c25d6ba2a22167160ff80f4875b312e79dcd
      https://github.com/llvm/llvm-project/commit/6de1c25d6ba2a22167160ff80f4875b312e79dcd
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2025-10-24 (Fri, 24 Oct 2025)

  Changed paths:
    M clang/include/clang/Basic/FileManager.h
    M clang/lib/Basic/FileManager.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/tools/driver/cc1_main.cpp

  Log Message:
  -----------
  [clang] Don't require `FileManager` for creating an output file (#164665)

Conceptually, the `CompilerInstance` doesn't need an instance of the
`FileManager` to create an output file. This PR enables that, removing
an edge-case in `cc1_main()`.



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