summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve error for assignment to incomplete class.Eli Friedman2013-08-281-0/+5
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-4/+0
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-0/+4
* Don't produce duplicate notes if we have deduction failure notes when resolvingRichard Smith2013-08-141-6/+16
* Fix for PR16570: when comparing two function pointers, discard qualifiers whenRichard Trieu2013-08-091-1/+2
* Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clan...Robert Wilhelm2013-08-091-5/+4
* Fixing commit r187768: Moved diagnosis of forward declarations of variable te...Larisse Voufo2013-08-061-11/+3
* Fix for PR16570: when comparing two function pointers, discard qualifiers whenRichard Trieu2013-08-061-3/+11
* Sema: Diagnose explicitly bound unresolved member expressions decaying into p...David Majnemer2013-08-011-25/+42
* Improve the diagnostic experience, including adding recovery, forKaelyn Uhrain2013-07-311-1/+8
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-191-103/+257
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-191-257/+103
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-191-103/+257
* Move the "->" to "." fixit from r186128 into a separate note sinceKaelyn Uhrain2013-07-151-5/+3
* Provide a fixit hint for changing '->' to '.' if there is no operator->Kaelyn Uhrain2013-07-111-4/+11
* Make a couple of useful typo correction callbacks more widely available.Kaelyn Uhrain2013-07-081-62/+2
* Put helper class in anonymous namespace.Craig Topper2013-07-011-0/+4
* Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith2013-06-301-35/+13
* Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov2013-06-291-13/+35
* PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith2013-06-281-35/+13
* A bit of program simplification from r185056Larisse Voufo2013-06-271-2/+1
* Fix a conversion to incomplete type bug -- The error message now specifically...Larisse Voufo2013-06-271-4/+9
* More of N3652: don't add an implicit 'const' to 'constexpr' member functions ...Richard Smith2013-06-251-1/+2
* Extend -Wnon-pod-varargs to check calls made from member pointers.Richard Trieu2013-06-221-0/+3
* Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman2013-06-181-36/+3
* A quick fix to allow return type deduction on member templatesFaisal Vali2013-06-151-2/+19
* Don't suggest putting 'operator new' or 'operator delete' in a namespace to f...Richard Smith2013-06-121-15/+30
* Support for contextual conversion tweaks (N3323) was added, as Revision 183637Larisse Voufo2013-06-101-2/+2
* reverted testLarisse Voufo2013-06-101-93/+241
* Refactor places which perform contextual implicit conversions to go through aRichard Smith2013-05-211-44/+39
* PR15966: don't get confused by a complex integer -> complex integer conversionRichard Smith2013-05-101-1/+1
* ArrayRef'ize Sema::BuildCallToObjectOfClassTypeDmitri Gribenko2013-05-091-25/+19
* ArrayRef'ize some SemaOverload methodsDmitri Gribenko2013-05-091-56/+44
* Grab-bag of bit-field fixes:John McCall2013-05-061-1/+1
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-2/+2
* ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm!Richard Smith2013-05-051-117/+98
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-2/+1
* Implement most of N3638 (return type deduction for normal functions).Richard Smith2013-05-041-0/+20
* Don't build a call expression referring to a function which we're not allowedRichard Smith2013-05-041-4/+9
* Use ArrayRef in AddMethodCandidate.Rafael Espindola2013-04-291-6/+9
* Implement core issue 1608: class members can be found via operator lookup in ...Richard Smith2013-04-201-6/+8
* Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor2013-04-171-5/+8
* Remove hasExternalLinkageUncached.Rafael Espindola2013-04-151-0/+3
* <rdar://problem/13584715> Converted constant expressions are expected to have...Douglas Gregor2013-04-081-1/+1
* Fix PR15634, better error message for template deduction failure.Richard Trieu2013-04-081-4/+26
* Complain about attempts to befriend declarations via a usingJohn McCall2013-04-031-1/+2
* <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...Douglas Gregor2013-03-261-1/+11
* Avoid computing the linkage too early. Don't invalidate it.Rafael Espindola2013-03-141-15/+23
* Fix initializer for variables with attribute address_space set.Matt Arsenault2013-02-261-5/+1
* Remove the hack that avoided mangling static functions in extern C contexts.Rafael Espindola2013-02-231-8/+0
OpenPOWER on IntegriCloud