summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/over/over.over
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-241-1/+1
* [Concepts] Function trailing requires clausesSaar Raz2020-01-091-0/+61
* [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic forRichard Smith2016-10-221-3/+18
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-3/+5
* [Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano2015-08-151-3/+3
* Don't produce duplicate notes if we have deduction failure notes when resolvingRichard Smith2013-08-141-1/+1
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-191-1/+2
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-191-2/+1
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-191-1/+2
* Bound member function diagnostic - suggest no-args calls and note overload ca...David Blaikie2013-06-041-1/+1
* Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie2012-03-151-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Add notes for suppressing and (if it's a zero-arg function returning bool) fi...David Blaikie2011-12-091-15/+15
* Add a warning for implicit conversion from function literals (and staticLang Hames2011-12-051-14/+14
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-2/+2
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-15/+15
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-11/+12
* Simplify calling CheckPlaceholderExpr, converge on it in a few places,John McCall2011-04-101-6/+6
* Fix a bug in how we were resolving the address of overloaded functionsChandler Carruth2011-03-291-1/+65
* Produce a diagnostic for unused overloaded expressions, from Faisal Vali!Douglas Gregor2011-03-071-0/+31
* Handle the resolution of a reference to a function template (whichDouglas Gregor2011-02-193-4/+97
* Properly diagnose invalid casts to function references. Patch byDouglas Gregor2010-11-082-4/+2
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-192-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-153-3/+3
* Update for LLVM API change.Owen Anderson2009-07-271-1/+1
* Fix test case to match intent.Daniel Dunbar2009-07-111-1/+1
* Another little test for C++ [over.over]Douglas Gregor2009-07-091-0/+10
* Add test for C++ [over.over.]p1, the contexts in which one can take the addre...Douglas Gregor2009-07-091-0/+94
* Implement the simple form of overload resolution used when taking theDouglas Gregor2009-07-081-0/+23
OpenPOWER on IntegriCloud