Member expressions with explicit template arguments were not imported
correctly: the DeclRefExpr was missing. This patch fixes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D58830
[ASTImporter] Import member expr with explicit template args ClosedPublic Authored by martong on Mar 1 2019, 7:27 AM.
Details Summary Member expressions with explicit template arguments were not imported
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 3 2019, 6:32 AM Closed by commit rL355596: [ASTImporter] Import member expr with explicit template args (authored by martong). · Explain WhyMar 7 2019, 5:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 189700 cfe/trunk/lib/AST/ASTImporter.cpp
cfe/trunk/unittests/AST/ASTImporterTest.cpp
|