[PATCH] D144651: [Serialization] Place command line defines in the correct file
John Brawn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 6 09:16:57 PST 2023
john.brawn updated this revision to Diff 502683.
john.brawn edited the summary of this revision.
john.brawn added a comment.
Herald added subscribers: kadircet, arphaman, ilya-biryukov.
Herald added a project: clang-tools-extra.
Fixed a couple of things causing failures in clangd tests (path being prepended in front of <command line>, and a bit of code assuming that command-line macros were builtin).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144651/new/
https://reviews.llvm.org/D144651
Files:
clang-tools-extra/clangd/index/SymbolCollector.cpp
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
clang/test/PCH/macro-cmdline.c
clang/test/PCH/ms-pch-macro.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144651.502683.patch
Type: text/x-patch
Size: 4293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230306/de172ed1/attachment.bin>
More information about the cfe-commits
mailing list