[all-commits] [llvm/llvm-project] 8dc76a: [clang][tooling] Properly initialize DiagnosticsEn...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Fri Sep 10 04:54:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dc76ab7995b6dbc50dd9472f95c40484396b90e
https://github.com/llvm/llvm-project/commit/8dc76ab7995b6dbc50dd9472f95c40484396b90e
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-09-10 (Fri, 10 Sep 2021)
Changed paths:
M clang/lib/Tooling/Tooling.cpp
M clang/unittests/Tooling/ToolingTest.cpp
Log Message:
-----------
[clang][tooling] Properly initialize DiagnosticsEngine for cc1 command-line construction
In `ToolInvocation::run`, the driver -> cc1 command-line transformation uses `DiagnosticsEngine` that wasn't completely initialized. This patch ensures `ProcessWarningOptions(DiagnosticsEngine&, const DiagnosticOptions &)` is called.
Depends on D108982.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D108974
More information about the All-commits
mailing list