[PATCH] D92647: Refactor codes and tests to make it work in PCH builds

Yafei Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 4 03:04:58 PST 2020


psionic12 created this revision.
psionic12 added reviewers: aaron.ballman, john.brawn.
psionic12 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

The former codes won't work for cases which PCH involves 
in a build workflow, this patch fixes this. Besides, add 
some tips on how to deal with PCH when traversing nodes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92647

Files:
  clang/examples/CallSuperAttribute/CallSuperAttrInfo.cpp
  clang/test/Frontend/plugin-call-super-pch.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92647.309500.patch
Type: text/x-patch
Size: 6163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201204/94fbc302/attachment.bin>


More information about the cfe-commits mailing list