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
/
over
/
over.over
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
1
-1
/
+1
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-0
/
+61
*
[c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for
Richard Smith
2016-10-22
1
-3
/
+18
*
P0012R1: Make exception specifications be part of the type system. This
Richard Smith
2016-10-16
1
-3
/
+5
*
[Sema] Be consistent about diagnostic wording: always use "cannot".
Davide Italiano
2015-08-15
1
-3
/
+3
*
Don't produce duplicate notes if we have deduction failure notes when resolving
Richard Smith
2013-08-14
1
-1
/
+1
*
FIXME fix: improving diagnostics for template arguments deduction of class te...
Larisse Voufo
2013-07-19
1
-1
/
+2
*
Revert "Use function overloading instead of template specialization for diagn...
Larisse Voufo
2013-07-19
1
-2
/
+1
*
Use function overloading instead of template specialization for diagnosis of ...
Larisse Voufo
2013-07-19
1
-1
/
+2
*
Bound member function diagnostic - suggest no-args calls and note overload ca...
David Blaikie
2013-06-04
1
-1
/
+1
*
Unpluralize -Wfoo-conversions warnings for consistency.
David Blaikie
2012-03-15
1
-1
/
+1
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-1
/
+1
*
Add notes for suppressing and (if it's a zero-arg function returning bool) fi...
David Blaikie
2011-12-09
1
-15
/
+15
*
Add a warning for implicit conversion from function literals (and static
Lang Hames
2011-12-05
1
-14
/
+14
*
Teach the ARC compiler to not require __bridge casts when
John McCall
2011-10-17
1
-2
/
+2
*
Catch placeholder types in DefaultLvalueConversion
John McCall
2011-10-11
1
-15
/
+15
*
Make yet another placeholder type, this one marking that an expression is a b...
John McCall
2011-04-26
1
-11
/
+12
*
Simplify calling CheckPlaceholderExpr, converge on it in a few places,
John McCall
2011-04-10
1
-6
/
+6
*
Fix a bug in how we were resolving the address of overloaded functions
Chandler Carruth
2011-03-29
1
-1
/
+65
*
Produce a diagnostic for unused overloaded expressions, from Faisal Vali!
Douglas Gregor
2011-03-07
1
-0
/
+31
*
Handle the resolution of a reference to a function template (which
Douglas Gregor
2011-02-19
3
-4
/
+97
*
Properly diagnose invalid casts to function references. Patch by
Douglas Gregor
2010-11-08
2
-4
/
+2
*
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-19
2
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
3
-3
/
+3
*
Update for LLVM API change.
Owen Anderson
2009-07-27
1
-1
/
+1
*
Fix test case to match intent.
Daniel Dunbar
2009-07-11
1
-1
/
+1
*
Another little test for C++ [over.over]
Douglas Gregor
2009-07-09
1
-0
/
+10
*
Add test for C++ [over.over.]p1, the contexts in which one can take the addre...
Douglas Gregor
2009-07-09
1
-0
/
+94
*
Implement the simple form of overload resolution used when taking the
Douglas Gregor
2009-07-08
1
-0
/
+23