Disambiguate between a declaration or an expression, in the 'for-init-statement'...
commit58f362d41e08938a17b47d3468fd5c7cea65d1ab
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 5 Oct 2008 15:50:46 +0000 (5 15:50 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 5 Oct 2008 15:50:46 +0000 (5 15:50 +0000)
tree09544cc551dbcfc4ac7493c6addecee646f73ef1
parenteb21924a42bfa8a82572ad58fb18839ebbb0f979
Disambiguate between a declaration or an expression, in the 'for-init-statement' part of a 'for' statement.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57112 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseStmt.cpp
test/SemaCXX/decl-expr-ambiguity.cpp