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
Paths
| Differential D103595
[clang] Correct MarkFunctionReferenced for local class Needs ReviewPublic Authored by futogergely on Jun 3 2021, 1:24 AM.
Details
Summary Minor correction after commit 4a941e25f2b57f85eef00a9cbfbc2569639570ad. If during the instantiation of a local class a method of the PR48839
Diff Detail
Revision Contents
Diff 349508 clang/lib/Sema/SemaExpr.cpp
clang/test/SemaTemplate/instantiate-local-class.cpp
|