index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
condition.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the call to GetTypeForDeclarator in Sema::ActOnCXXConditionDeclaration.
Argyrios Kyrtzidis
2011-06-28
1
-0
/
+1
*
Cut down a few of the excess errors in the test.
Argyrios Kyrtzidis
2011-06-28
1
-2
/
+2
*
When deciding whether to complain about the type of a boolean condition, use
John McCall
2010-12-04
1
-0
/
+9
*
Pretty-print anonymous types using their kind and presumed location.
John McCall
2010-03-19
1
-1
/
+1
*
For -Wswitch-enum warnings, be sure to look through typedefs of enum
Douglas Gregor
2010-02-17
1
-1
/
+2
*
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-13
1
-2
/
+2
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-2
/
+2
*
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-19
1
-2
/
+2
*
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-19
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Eliminate CXXConditionDeclExpr with extreme prejudice.
Douglas Gregor
2009-11-25
1
-0
/
+8
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Make one expected-diag directive match exactly one actual diagnostic.
Sebastian Redl
2009-02-07
1
-1
/
+1
*
Introduce support for C++0x explicit conversion operators (N2437)
Douglas Gregor
2009-01-14
1
-6
/
+6
*
Correct the order in which we cope with end-of-class-definition
Douglas Gregor
2008-12-24
1
-2
/
+2
*
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-11-23
1
-20
/
+20
*
Fix test cases broken by quote normalization in diagnostics.
Sebastian Redl
2008-11-22
1
-1
/
+1
*
Implement semantic checking of static_cast and dynamic_cast.
Sebastian Redl
2008-10-31
1
-1
/
+1
*
Do implicit conversion to bool for the condition in a do-while statement.
Argyrios Kyrtzidis
2008-09-11
1
-0
/
+2
*
In the 'condition.cpp' test case, make sure that condition declarations are l...
Argyrios Kyrtzidis
2008-09-10
1
-3
/
+3
*
Implement Sema support for the 'condition' part of C++ selection-statements a...
Argyrios Kyrtzidis
2008-09-10
1
-0
/
+33