]> granicus.if.org Git - clang/commit
Add comments about C++ clause 3.3.2p4 that mentions that the condition declaration...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 11 Sep 2008 23:08:39 +0000 (23:08 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 11 Sep 2008 23:08:39 +0000 (23:08 +0000)
commit14d08c0c776302e2df12239d276072f43c894f0e
treef69e6bad60a8093b59aec3522c2bdca52b6a49f8
parent1346268d7f44551ab63e25dbbf5e3ae9402708c5
Add comments about C++ clause 3.3.2p4 that mentions that the condition declaration should be local to an if/switch/while/for statement.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56134 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseStmt.cpp