]> granicus.if.org Git - clang/commit
Fix tentative parsing so it knows how to handle an ambiguous for-range-declaration...
authorEli Friedman <eli.friedman@gmail.com>
Tue, 20 Dec 2011 01:50:37 +0000 (01:50 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 20 Dec 2011 01:50:37 +0000 (01:50 +0000)
commit9490ab433deef70105d817616928d700f87642d9
treeb961290509ffb8890db42d28bcaf81c0766db455
parent9c7a925d93ff4a7b753f4fe0ba097abf82ba68f4
Fix tentative parsing so it knows how to handle an ambiguous for-range-declaration.  PR11601.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146953 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseStmt.cpp
lib/Parse/ParseTentative.cpp
test/SemaCXX/for-range-no-std.cpp