This is an archive of the discontinued LLVM Phabricator instance.

[clang] Correct MarkFunctionReferenced for local class
Needs ReviewPublic

Authored by futogergely on Jun 3 2021, 1:24 AM.

Details

Reviewers
rsmith
Summary

Minor correction after commit 4a941e25f2b57f85eef00a9cbfbc2569639570ad.

If during the instantiation of a local class a method of the
local class is referenced, don't try to instantiate it.

PR48839

Diff Detail

Event Timeline

futogergely requested review of this revision.Jun 3 2021, 1:24 AM
futogergely created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2021, 1:24 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

formatting in instantiate-local-class.cpp

clang-format

futogergely set the repository for this revision to rG LLVM Github Monorepo.Jun 7 2021, 7:24 AM
futogergely added a subscriber: llvm-commits.