[all-commits] [llvm/llvm-project] 8808a5: [NFC][clang] Move argument handling: Driver::Build...

Naveen Seth Hanig via All-commits all-commits at lists.llvm.org
Mon Jun 2 23:07:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8808a543afd73e7c89d845d24161cec8aca46471
      https://github.com/llvm/llvm-project/commit/8808a543afd73e7c89d845d24161cec8aca46471
  Author: Naveen Seth Hanig <naveen.hanig at outlook.com>
  Date:   2025-06-02 (Mon, 02 Jun 2025)

  Changed paths:
    M clang/lib/Driver/Driver.cpp

  Log Message:
  -----------
  [NFC][clang] Move argument handling: Driver::BuildActions -> handleArguments (#142455)

This simply moves code for diagnosing misuse of arguments `/Fo`, `/Fa`,
and `/o` from `Driver::BuildActions` into `Driver::handleArguments`,
following the intention of 740f69b.
This change better aligns with the roles of `BuildActions` and
`handleArguments`.



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