]> granicus.if.org Git - clang/commit
Be sure to emit delayed diagnostics after parsing the declaration
authorJohn McCall <rjmccall@apple.com>
Fri, 27 Jan 2012 01:29:43 +0000 (01:29 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 27 Jan 2012 01:29:43 +0000 (01:29 +0000)
commit6895a644ca9df03af14ad06deaa950a09dd352d2
tree851a522581f5b31167ca4188ce0fb829ecabe922
parent745f5147e065900267c85a5568785a1991d4838f
Be sure to emit delayed diagnostics after parsing the declaration
of a for-range variable.  Fixes PR11793.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149109 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
test/SemaCXX/for-range-examples.cpp