]> granicus.if.org Git - clang/commit
Use StmtVisitor to handle the decoding of expressions for
authorDouglas Gregor <dgregor@apple.com>
Thu, 12 Mar 2009 18:36:18 +0000 (18:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 12 Mar 2009 18:36:18 +0000 (18:36 +0000)
commit313a81dd820c9b2c0203bdcd974c781a81e4f0cf
treef57dccf89f290c636c4bc916678adcc365ce876c
parenteaab20669b6a9910a5deb0110fdd8f7581d86a36
Use StmtVisitor to handle the decoding of expressions for
instantiation. This is roughly the structure we want to expression
instantiation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66816 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/Sema/SemaTemplateInstantiate.cpp