[clang] [clang][driver] Add missing integrated tool option in error message, NFC (PR #81926)

2024-02-15 Thread Cyndy Ishida via cfe-commits
https://github.com/cyndyishida closed https://github.com/llvm/llvm-project/pull/81926 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][driver] Add missing integrated tool option in error message, NFC (PR #81926)

2024-02-15 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Cyndy Ishida (cyndyishida) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/81926.diff 2 Files Affected: - (modified) clang/test/Driver/unknown-arg.c (+1-1) - (modified) clang/tools/driver/driver.cpp (+3-2)

[clang] [clang][driver] Add missing integrated tool option in error message, NFC (PR #81926)

2024-02-15 Thread Cyndy Ishida via cfe-commits
https://github.com/cyndyishida created https://github.com/llvm/llvm-project/pull/81926 None >From 338373bcd0b4ec3a4d1275267d566ce8bedbd50a Mon Sep 17 00:00:00 2001 From: Cyndy Ishida Date: Thu, 15 Feb 2024 13:47:49 -0800 Subject: [PATCH] [clang][driver] Add missing integrated tool option in