[PATCH] D55069: Extend the CommentVisitor with parameter types

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 29 15:08:50 PST 2018


steveire added a comment.

The follow-up patch didn't build anymore with the `&&`.

  ../tools/clang/lib/AST/ASTDumper.cpp:2672:75: error: cannot bind rvalue reference of type ‘const clang::comments::FullComment*&&’ to lvalue of type ‘const clang::comments::FullComment* const’
       ConstCommentVisitor<ASTDumper, void, const FullComment *>::visit(C, FC);


Repository:
  rC Clang

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

https://reviews.llvm.org/D55069





More information about the cfe-commits mailing list