]> granicus.if.org Git - clang/commit
Template instantiation for do-while statements.
authorDouglas Gregor <dgregor@apple.com>
Fri, 15 May 2009 21:56:04 +0000 (21:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 15 May 2009 21:56:04 +0000 (21:56 +0000)
commit9f3ca2a7747bd47f14d7693f333103fac29a24d2
tree8ba11394ed186fda639bea1f3f03482c94e86b99
parent463b87687346d3990a9854382abfb41810f0678a
Template instantiation for do-while statements.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71899 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
lib/Frontend/PCHReaderStmt.cpp
lib/Frontend/PCHWriterStmt.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplateInstantiateStmt.cpp
test/SemaTemplate/instantiate-function-1.cpp