[PATCH] D47450: [ASTImporter] Use InjectedClassNameType at import of templated record.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 28 05:20:18 PDT 2018
balazske created this revision.
Herald added subscribers: cfe-commits, martong.
Herald added a reviewer: a.sidorin.
At import of a record describing a template set its type to
InjectedClassNameType (instead of RecordType).
Repository:
rC Clang
https://reviews.llvm.org/D47450
Files:
lib/AST/ASTImporter.cpp
test/ASTMerge/injected-class-name-decl-1/Inputs/inject1.cpp
test/ASTMerge/injected-class-name-decl-1/test.cpp
test/ASTMerge/injected-class-name-decl/Inputs/inject1.cpp
test/ASTMerge/injected-class-name-decl/Inputs/inject2.cpp
test/ASTMerge/injected-class-name-decl/test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47450.148805.patch
Type: text/x-patch
Size: 4200 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180528/7356768f/attachment.bin>
More information about the cfe-commits
mailing list