[all-commits] [llvm/llvm-project] b76c7c: [clang][driver] NFC: Expose InputInfo in Job inste...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Tue Jul 27 00:19:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b76c7c6faf06bb02b7b7b6bba3f6eb8a33edcdca
      https://github.com/llvm/llvm-project/commit/b76c7c6faf06bb02b7b7b6bba3f6eb8a33edcdca
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2021-07-27 (Tue, 27 Jul 2021)

  Changed paths:
    M clang/include/clang/Driver/Job.h
    M clang/lib/Driver/Job.cpp
    M clang/unittests/Driver/ToolChainTest.cpp

  Log Message:
  -----------
  [clang][driver] NFC: Expose InputInfo in Job instead of plain filenames

This patch exposes `InputInfo` in `Job` instead of plain filenames. This is useful in a follow-up patch that uses this to recognize `-cc1` commands interesting for Clang tooling.

Depends on D106787.

Reviewed By: dexonsmith

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




More information about the All-commits mailing list