]> granicus.if.org Git - clang/commit
Include StmtNodes.def to declare Visit methods for all of the known
authorDouglas Gregor <dgregor@apple.com>
Mon, 18 May 2009 19:08:47 +0000 (19:08 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 18 May 2009 19:08:47 +0000 (19:08 +0000)
commit68d10c47c50ad7e866db4cc035ad5ff4555593c2
tree93db58c9fdca8f596f401ef9002140c94f1ebf83
parent52b2fe2d70d83f73ee59e9ad3d0ba8ac154acfda
Include StmtNodes.def to declare Visit methods for all of the known
kinds of statements (in the instantiation logic). No functionality
change, but now we'll get linker errors if we add a statement but
forget to introduce its instantiation logic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72031 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateStmt.cpp