[all-commits] [llvm/llvm-project] 54acc2: [PATCH] Reland [Clang] Un-break scan-build after i...
Alexandre Ganea via All-commits
all-commits at lists.llvm.org
Wed Jan 22 09:34:39 PST 2020
Branch: refs/heads/release/10.x
Home: https://github.com/llvm/llvm-project
Commit: 54acc20e6da529f8ab6183d912a75a94b25d2bd9
https://github.com/llvm/llvm-project/commit/54acc20e6da529f8ab6183d912a75a94b25d2bd9
Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M clang/lib/Driver/Compilation.cpp
M clang/lib/Driver/Job.cpp
M clang/test/Driver/cc-print-options.c
M clang/test/Driver/cuda-simple.cu
M clang/test/Driver/offloading-interoperability.c
M clang/test/Driver/option-aliases.c
Log Message:
-----------
[PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 change
The issue was reported by @xazax.hun here: https://reviews.llvm.org/D69825#1827826
"This patch (D69825) breaks scan-build-py which parses the output of "-###" to get -cc1 command. There might be other tools with the same problems. Could we either remove (in-process) from CC1Command::Print or add a line break?
Having the last line as a valid invocation is valuable and there might be tools relying on that."
Differential Revision: https://reviews.llvm.org/D72982
(cherry picked from commit 133a7e631cee97965e310f0d110739217427fd3d)
More information about the All-commits
mailing list