]> granicus.if.org Git - clang/commit
Template instantiation for break and continue statements.
authorDouglas Gregor <dgregor@apple.com>
Fri, 15 May 2009 22:32:39 +0000 (22:32 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 15 May 2009 22:32:39 +0000 (22:32 +0000)
commit861ce3178c70cfb0fa50baf685e1ad363538eaa9
tree8b9ec13dd9f5ff3203a81c39c4eeec43ed8b0e19
parent20ecb9eec281184cfb2c7110b2f6d86fa446761f
Template instantiation for break and continue statements.

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