[all-commits] [llvm/llvm-project] 17e5c9: [clang][cli] Generate and round-trip DependencyOut...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Wed Feb 10 03:21:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17e5c99d5128f33158103c260714b6e02dbe35d5
https://github.com/llvm/llvm-project/commit/17e5c99d5128f33158103c260714b6e02dbe35d5
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/include/clang/Frontend/DependencyOutputOptions.h
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Frontend/DependencyFile.cpp
M clang/lib/Frontend/HeaderIncludeGen.cpp
Log Message:
-----------
[clang][cli] Generate and round-trip DependencyOutput options
This patch implements generation of remaining dependency output options and tests it by performing parse-generate-parse round trip.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D96273
More information about the All-commits
mailing list