]> granicus.if.org Git - clang/commit
Switch Decl instantiation to DeclNodes.inc.
authorEli Friedman <eli.friedman@gmail.com>
Thu, 27 Jun 2013 23:21:55 +0000 (23:21 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 27 Jun 2013 23:21:55 +0000 (23:21 +0000)
commitded9979a2997336cee8797deb6bb3194fccc2068
tree7c69e17148cb0c041c4481a8c5cee2118fa4d0da
parent5771aab8027e317de1e3f2f67b5dae67b3d895f8
Switch Decl instantiation to DeclNodes.inc.

This replaces a long list of declarations for visitor functions with
a list generated from DeclNodes.inc.  Nothing really interesting came
out of it; we had comprehensive coverage anyway
(excluding FriendTemplateDecls).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185118 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Template.h
lib/Sema/SemaTemplateInstantiateDecl.cpp