[PATCH] D137996: Add support for a backdoor driver option that enables emitting header usage information in JSON to a file
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 17 18:29:56 PST 2022
ahatanak updated this revision to Diff 476306.
ahatanak marked 2 inline comments as done.
ahatanak added a comment.
Address review comments. Also, change check string in test case to fix pre-merge checks that were failing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137996/new/
https://reviews.llvm.org/D137996
Files:
clang/include/clang/Basic/HeaderIncludeFormatKind.h
clang/include/clang/Driver/Driver.h
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/DependencyOutputOptions.h
clang/lib/Driver/Driver.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/HeaderIncludeGen.cpp
clang/test/Preprocessor/Inputs/print-header-json/header0.h
clang/test/Preprocessor/Inputs/print-header-json/header1.h
clang/test/Preprocessor/Inputs/print-header-json/header2.h
clang/test/Preprocessor/Inputs/print-header-json/system/system0.h
clang/test/Preprocessor/Inputs/print-header-json/system/system1.h
clang/test/Preprocessor/Inputs/print-header-json/system/system2.h
clang/test/Preprocessor/Inputs/print-header-json/system/system3.h
clang/test/Preprocessor/print-header-json.c
clang/tools/driver/driver.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137996.476306.patch
Type: text/x-patch
Size: 17036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221118/e58e3329/attachment-0001.bin>
More information about the cfe-commits
mailing list