alexfh added a comment. Still LG.
================ Comment at: include/clang/ASTMatchers/ASTMatchersInternal.h:82 @@ +81,3 @@ + ResultT operator()(ArrayRef<ArgT> Args) const { + SmallVector<const ArgT*, 8> InnerArgs; + for (const ArgT &Arg : Args) ---------------- > On the other hand, constructing the matchers has never been the performance > bottleneck of the framework. I was confused then. I thought, the operator() in question gets called when traversing the AST, not when constructing the matcher. http://reviews.llvm.org/D18275 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits