[clang] [clang] Allow delayed function instantiation at TU end if initial instantiation fails (PR #117167)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 25 10:28:22 PST 2024
================
@@ -13523,7 +13525,9 @@ class Sema final : public SemaBase {
S.PendingLocalImplicitInstantiations);
}
- void perform() { S.PerformPendingInstantiations(/*LocalOnly=*/true); }
+ void perform() {
----------------
erichkeane wrote:
unrelated formatting change.
https://github.com/llvm/llvm-project/pull/117167
More information about the cfe-commits
mailing list