]> granicus.if.org Git - clang/commit
Disambiguate between a declaration or an expression, in the 'for-init-statement'...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 5 Oct 2008 15:50:46 +0000 (15:50 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 5 Oct 2008 15:50:46 +0000 (15:50 +0000)
commitbbc70c019f7b7f9a256ee29dab5287ecc82c6553
tree09544cc551dbcfc4ac7493c6addecee646f73ef1
parentca35baa788ccba7a213365b9d64d6b2f7bdb9afe
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