Chris Lattner
|
5f4a6829dc
|
Make all the 'redefinition' diagnostics more consistent, and make the
"previously defined here" diagnostics all notes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59920 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-11-23 23:12:31 +00:00 |
Sebastian Redl
|
9f4d86389f
|
Fix test cases broken by quote normalization in diagnostics.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59888 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-11-22 22:39:41 +00:00 |
Sebastian Redl
|
0777972d38
|
Implement semantic checking of static_cast and dynamic_cast.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58509 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-10-31 14:43:28 +00:00 |
Argyrios Kyrtzidis
|
6314ff264c
|
Do implicit conversion to bool for the condition in a do-while statement.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56096 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-11 05:16:22 +00:00 |
Argyrios Kyrtzidis
|
4c0f56b999
|
In the 'condition.cpp' test case, make sure that condition declarations are local to the statement.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56077 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-09-10 23:34:50 +00:00 |
Argyrios Kyrtzidis
|
5921093cf1
|
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
|
2008-09-10 02:17:11 +00:00 |