ymandel added inline comments.

================
Comment at: include/clang/ASTMatchers/ASTMatchersInternal.h:286
+
+  virtual llvm::Optional<ast_type_traits::TraversalKind> TraversalKind() const 
{
+    return {};
----------------
aaron.ballman wrote:
> `traversalKind()`
Stephen -- What was the resolution on this comment? I came across this when 
writing my recent fixes and it stood out for going against the style guide and 
the surrounding style. Is this intentional or an oversight?

Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61837



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

Reply via email to