[PATCH] D56367: [AST] Pack CXXDependentScopeMemberExpr

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 7 00:07:51 PST 2019


rjmccall added a comment.

Does the regression disappear if you make the scope specifier the first trailing object?  Later trailing objects are more expensive to access, and I would imagine that the scope specifier and template arguments are more important than the other fields.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56367/new/

https://reviews.llvm.org/D56367





More information about the cfe-commits mailing list