From: Scott Douglass Date: Wed, 10 Jun 2015 13:53:15 +0000 (+0000) Subject: add ConstEvaluatedExprVisitor X-Git-Tag: llvmorg-3.7.0-rc1~2617 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=503fc39d1f86c1ea39ae33c7b6752a9d3e2fcbca;p=platform%2Fupstream%2Fllvm.git add ConstEvaluatedExprVisitor Differential Revision: http://reviews.llvm.org/D10210 llvm-svn: 239474 --- diff --git a/clang/include/clang/AST/EvaluatedExprVisitor.h b/clang/include/clang/AST/EvaluatedExprVisitor.h index 59de104..89d8641 100644 --- a/clang/include/clang/AST/EvaluatedExprVisitor.h +++ b/clang/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