[PATCH] D37663: [AST] Make RecursiveASTVisitor visit CXXOperatorCallExpr in source order

Johannes Altmanninger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 13 05:56:53 PDT 2017


johannes updated this revision to Diff 115018.
johannes added a comment.

use CXXOperatorCallExpr::isPrefixOp() to determine whether it's infix or postfix
directly traverse statement children instead of copying


https://reviews.llvm.org/D37663

Files:
  include/clang/AST/ExprCXX.h
  include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h
  include/clang/AST/RecursiveASTVisitor.h
  lib/AST/ExprCXX.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37663.115018.patch
Type: text/x-patch
Size: 4702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170913/d6d1f6c9/attachment.bin>


More information about the cfe-commits mailing list