]> granicus.if.org Git - clang/commit
Make ActOnWhileStmt take a FullExprArg for the condition expr.
authorAnders Carlsson <andersca@mac.com>
Sun, 17 May 2009 21:22:26 +0000 (21:22 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 17 May 2009 21:22:26 +0000 (21:22 +0000)
commit7f537c18c7029e73f0bd555be3782c066e7e2c1e
tree2c820b54957e31d7fbf0658dc4b92235c0852255
parent6b1d283fe879fb11d7ce7a69feecf66e77b0eaf3
Make ActOnWhileStmt take a FullExprArg for the condition expr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71990 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
lib/Parse/ParseStmt.cpp
lib/Sema/Sema.h
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplateInstantiateStmt.cpp
tools/clang-cc/PrintParserCallbacks.cpp