steveire marked an inline comment as done.
steveire added inline comments.

================
Comment at: lib/ASTMatchers/Dynamic/Registry.cpp:85
+    using DerivedT = typename 
ast_matchers::internal::VariadicAllOfMatcher<ResultT>::Type;
+    registerIfNodeMatcher(ASTNodeKind::getFromNodeKind<DerivedT>(), 
Descriptor, MatcherName);
+  }
----------------
You still can't see the return type of `getFromNodeKind()` here, but I trust 
that this is fine nonetheless.


Repository:
  rC Clang

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

https://reviews.llvm.org/D54405



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to