[all-commits] [llvm/llvm-project] 5e8a24: [clang][cli] Generate and round-trip Frontend options
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Tue Feb 9 07:40:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e8a246ac9966e6ca43e7bd84db6df78b27d2201
https://github.com/llvm/llvm-project/commit/5e8a246ac9966e6ca43e7bd84db6df78b27d2201
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/include/clang/Frontend/CommandLineSourceLoc.h
M clang/include/clang/Serialization/ModuleFileExtension.h
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Frontend/TestModuleFileExtension.cpp
M clang/lib/Frontend/TestModuleFileExtension.h
Log Message:
-----------
[clang][cli] Generate and round-trip Frontend options
This patch implements generation of remaining frontend options and tests it by performing parse-generate-parse round trip.
Depends on D96269.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D96155
More information about the All-commits
mailing list