[PATCH] D116773: AST: Make getEffectiveDeclContext() a member function of ItaniumMangleContextImpl. NFCI.

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 6 15:36:18 PST 2022


pcc created this revision.
pcc added reviewers: eugenis, rsmith, jrtc27.
pcc requested review of this revision.
Herald added a project: clang.

In an upcoming change we are going to need to access mangler state
from the getEffectiveDeclContext() function. Therefore, make it a
member function of ItaniumMangleContextImpl. Any callers that are
not currently members of ItaniumMangleContextImpl or CXXNameMangler
are made members of one or the other depending on where they are
called from.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116773

Files:
  clang/lib/AST/ItaniumMangle.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116773.398007.patch
Type: text/x-patch
Size: 13711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220106/dd801656/attachment-0001.bin>


More information about the cfe-commits mailing list