Implement Sema support for the 'condition' part of C++ selection-statements and itera...
commit810c0f76b1d87aa5d6c1785558dc903c20e6aaf9
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Wed, 10 Sep 2008 02:17:11 +0000 (10 02:17 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Wed, 10 Sep 2008 02:17:11 +0000 (10 02:17 +0000)
treeb54ba8c21a434e454adc83be86194e58a0656af7
parent080b9cc1b8cefeca3ea10b11b123be24e5b7717d
Implement Sema support for the 'condition' part of C++ selection-statements and iteration-statements (if/switch/while/for).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56044 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/Sema.h
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaStmt.cpp
test/SemaCXX/condition.cpp [new file with mode: 0644]