Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
b5fbb8931466eeab70a30a27a8d5f385472305a1
/
test
/
SemaCXX
/
condition.cpp
abc56c7
When deciding whether to complain about the type of a boolean condition, use
by John McCall
· 14 years ago
73061d0
Pretty-print anonymous types using their kind and presumed location.
by John McCall
· 15 years ago
30ab371
For -Wswitch-enum warnings, be sure to look through typedefs of enum
by Douglas Gregor
· 15 years ago
220ccbf
Improve the reporting of non-viable overload candidates by noting the reason
by John McCall
· 15 years ago
b1622a1
Improve the diagnostics used to report implicitly-generated class members
by John McCall
· 15 years ago
cfdc81a
Initialization improvements: addition of string initialization and a few
by Eli Friedman
· 15 years ago
7abfbdb
Switch more of Sema::CheckInitializerTypes over to
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
99e9b4d
Eliminate CXXConditionDeclExpr with extreme prejudice.
by Douglas Gregor
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
3cb0692
Make one expected-diag directive match exactly one actual diagnostic.
by Sebastian Redl
· 16 years ago
09f41cf
Introduce support for C++0x explicit conversion operators (N2437)
by Douglas Gregor
· 16 years ago
61366e9
Correct the order in which we cope with end-of-class-definition
by Douglas Gregor
· 16 years ago
5f4a682
Make all the 'redefinition' diagnostics more consistent, and make the
by Chris Lattner
· 16 years ago
9f4d863
Fix test cases broken by quote normalization in diagnostics.
by Sebastian Redl
· 16 years ago
0777972
Implement semantic checking of static_cast and dynamic_cast.
by Sebastian Redl
· 16 years ago
6314ff2
Do implicit conversion to bool for the condition in a do-while statement.
by Argyrios Kyrtzidis
· 16 years ago
4c0f56b
In the 'condition.cpp' test case, make sure that condition declarations are local to the statement.
by Argyrios Kyrtzidis
· 16 years ago
5921093
Implement Sema support for the 'condition' part of C++ selection-statements and iteration-statements (if/switch/while/for).
by Argyrios Kyrtzidis
· 16 years ago