]> granicus.if.org Git - clang/commit
Add a ConstStmtVisitor class
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 13 May 2011 03:28:54 +0000 (03:28 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 13 May 2011 03:28:54 +0000 (03:28 +0000)
commit7999991060b136db49eb9d6b34595383de56278c
tree87599d2fa506a5c1caf33c5332335708b4758bc4
parent8e3ec9caeb2653b676896ddf05cdf826edc2c3f1
Add a ConstStmtVisitor class

ConstStmtVisitor is a constness-preserving variant of StmtVisitor.
ConstStmtVisitor and StmtVisitor share an implementation using a common
base class, StmtVisitorBase, which uses a template template parameter
to build pointer types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131280 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/StmtVisitor.h