From: Scott Douglass Date: Wed, 10 Jun 2015 13:53:15 +0000 (+0000) Subject: add ConstEvaluatedExprVisitor X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b26f2993b785494237070e89305a7df49ad43691;p=clang add ConstEvaluatedExprVisitor Differential Revision: http://reviews.llvm.org/D10210 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239474 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/EvaluatedExprVisitor.h b/include/clang/AST/EvaluatedExprVisitor.h index 59de104b83..89d86419cf 100644 --- a/include/clang/AST/EvaluatedExprVisitor.h +++ b/include/clang/AST/EvaluatedExprVisitor.h @@ -26,29 +26,31 @@ class ASTContext; /// \brief Given a potentially-evaluated expression, this visitor visits all /// of its potentially-evaluated subexpressions, recursively. -template -class EvaluatedExprVisitor : public StmtVisitor { - ASTContext &Context; - +template