[all-commits] [llvm/llvm-project] 3376ba: Eliminate duplicate call in Clang driver (NFC)
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Tue Dec 10 11:02:06 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3376bad13216da8950bcdeb564df26d5ce4c12bc
https://github.com/llvm/llvm-project/commit/3376bad13216da8950bcdeb564df26d5ce4c12bc
Author: Aaron Puchert <aaron.puchert at sap.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M clang/lib/Driver/Driver.cpp
Log Message:
-----------
Eliminate duplicate call in Clang driver (NFC)
The only difference is the usage of `JobAction* JA` versus `Action* A`
in one argument, but `JA = cast<JobAction>(A)`, and the called function
is inherited from `Action`.
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