]> granicus.if.org Git - clang/commit
Convert some more statement actions to smart pointers.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 16 Jan 2009 23:28:06 +0000 (23:28 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Fri, 16 Jan 2009 23:28:06 +0000 (23:28 +0000)
commitf05b1520d6f175acbfc3913489f4dfa842875ec4
tree6d030d9499252f26755f4518128819759cc6332f
parentd4bd97dfdbeca1704844df340f46a61844480dac
Convert some more statement actions to smart pointers.
Fix a type error; parser wanted to pass the third part of a for-statement as a statement; should be expression.

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