[PATCH] D37663: [AST] Make RecursiveASTVisitor visit CXXOperatorCallExpr in source order
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 11 00:59:04 PDT 2017
klimek added inline comments.
================
Comment at: include/clang/AST/RecursiveASTVisitor.h:334
+ case OO_Arrow:
+ case OO_Call:
+ case OO_Subscript:
----------------
Why do we need to swap for calls?
https://reviews.llvm.org/D37663
More information about the cfe-commits
mailing list