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
/
CXX
/
expr
/
expr.unary
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-19
2
-0
/
+2
*
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2012-05-15
1
-1
/
+1
*
Fix crash & accepts-invalid for array of arrays of user defined type.
David Blaikie
2012-03-10
2
-0
/
+30
*
Don't consider an overloaded operator& when the expression is actually
Douglas Gregor
2011-12-14
1
-0
/
+28
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
5
-7
/
+7
*
Allow calling an overloaded function set by taking the address of the
Douglas Gregor
2011-10-13
1
-3
/
+2
*
Catch placeholder types in DefaultLvalueConversion
John McCall
2011-10-11
1
-3
/
+3
*
PR9899: handle pseudo-destructors correctly in noexcept() expressions.
Eli Friedman
2011-05-12
1
-0
/
+3
*
PR9882: Fix noexcept to deal with dependent new, delete, calls, and
Eli Friedman
2011-05-11
1
-0
/
+10
*
Clean up our handling of template-ids that resolve down to a single
Douglas Gregor
2011-03-16
1
-3
/
+3
*
Extend the noexcept expression test to test noexcept specification functions.
Sebastian Redl
2011-03-15
1
-0
/
+4
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
2
-4
/
+4
*
Implement the C++0x deduced 'auto' feature.
Richard Smith
2011-02-20
1
-0
/
+23
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
2
-4
/
+4
*
Implement access checking for the "delete" operator. Fixes PR9050,
Douglas Gregor
2011-02-01
1
-5
/
+17
*
Implement substitution of a function parameter pack for its set of
Douglas Gregor
2011-01-07
1
-0
/
+12
*
Implement the sizeof...(pack) expression to compute the length of a
Douglas Gregor
2011-01-04
1
-0
/
+26
*
Properly diagnose invalid casts to function references. Patch by
Douglas Gregor
2010-11-08
1
-4
/
+2
*
Progress.
John McCall
2010-10-12
1
-1
/
+1
*
Check that an overloaded function name, when used by the ! operator,
Douglas Gregor
2010-09-20
1
-0
/
+36
*
Test destructors in delete expressions and of temporaries for throwing.
Sebastian Redl
2010-09-10
1
-1
/
+11
*
Address Doug's comments.
Sebastian Redl
2010-09-10
2
-2
/
+4
*
Eli helped me understand how evaluation contexts work.
Sebastian Redl
2010-09-10
1
-2
/
+13
*
Test CXXNoexceptExpr codegen and serialization.
Sebastian Redl
2010-09-10
2
-0
/
+23
*
Add another small test case.
Sebastian Redl
2010-09-10
1
-0
/
+1
*
Tests for noexcept in templates.
Sebastian Redl
2010-09-10
1
-0
/
+31
*
First version of a testcase, plus fixes.
Sebastian Redl
2010-09-10
1
-0
/
+128
*
Catch the case of trying to turn '&(X::a)' into a member pointer as well.
John McCall
2010-08-24
1
-0
/
+45
*
Restore r101841 without modification. Also mark 'operator delete' as used for
John McCall
2010-04-20
3
-3
/
+3
*
Revert r101841 and follow-up.
John McCall
2010-04-20
3
-3
/
+3
*
Don't bother looking for (or diagnosing problems with) the 'operator delete'
John McCall
2010-04-20
3
-3
/
+3
*
Turn access control on by default in -cc1.
John McCall
2010-04-09
1
-1
/
+1
*
Implement semantic analysis for C++ [expr.new]p18-20, which describe
Douglas Gregor
2010-02-26
3
-0
/
+200
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Add test for expr.delete p5, with a FIXME.
Daniel Dunbar
2009-11-13
1
-0
/
+34