Index: llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h =================================================================== --- llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h +++ llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h @@ -26,29 +26,32 @@ /// \brief Given a potentially-evaluated expression, this visitor visits all /// of its potentially-evaluated subexpressions, recursively. -template -class EvaluatedExprVisitor : public StmtVisitor { - ASTContext &Context; - +template