[PATCH] D140562: [clang][ASTImporter] Improve import of InjectedClassNameType.
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 17 05:39:01 PST 2023
whisperity added inline comments.
================
Comment at: clang/lib/AST/ASTContext.cpp:4627
} else {
- Type *newType =
- new (*this, TypeAlignment) InjectedClassNameType(Decl, TST);
+ Type *newType = new (*this, TypeAlignment) InjectedClassNameType(Decl, TST);
Decl->TypeForDecl = newType;
----------------
(Potentially unrelated change, only touching the format?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140562/new/
https://reviews.llvm.org/D140562
More information about the cfe-commits
mailing list