summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix template argument deduction when a parameter pack has a valueRichard Smith2018-07-191-0/+19
* DR330: look through array types when forming the cv-decomposition of a type.Richard Smith2018-07-111-13/+3
* PR37979: integral promotions in C++ treat enum bit-fields like enums,Richard Smith2018-06-281-0/+13
* DR1687: When overload resolution selects a built-in operator, implicitRichard Smith2018-06-271-13/+14
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-13/+34
* [Sema] Updated note for address spaces to print the type.Anastasia Stulova2018-06-221-3/+1
* [Sema] Fix overloaded static functions for templatesIvan Donchevskii2018-06-211-41/+39
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-34/+13
* Fix overload resolution between Ptr-To-Member and BoolErich Keane2018-06-121-0/+1
* [Sema] Use %sub to cleanup overload diagnosticsEric Fiselier2018-05-301-105/+116
* Allow dllimport non-type template arguments in C++17Reid Kleckner2018-05-101-3/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-39/+39
* [C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier2018-05-071-9/+48
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-3/+3
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+2
* [Sema] Disable built-in increment operator for bool in overload resolution in...Jan Korous2018-04-181-5/+11
* Limit types of builtins that can be redeclared.Erich Keane2018-04-161-0/+7
* [Sema] Fix built-in decrement operator overload resolutionJan Korous2018-04-111-3/+5
* Fix typos in clangAlexander Kornienko2018-04-061-4/+4
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-0/+1
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-1/+0
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-2/+2
* [SemaOverload] Fixed crash on code completionIlya Biryukov2018-03-091-6/+11
* [Sema] Classify conversions from enum to float as narrowingMikhail Maltsev2018-02-211-1/+2
* [NFC] Fixup comment with function name, actually incorrect name!Erich Keane2018-01-291-3/+2
* [Sema] Allow conversion between long double and __float128.Benjamin Kramer2018-01-171-2/+2
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-3/+3
* Implement Attribute Target MultiVersioningErich Keane2018-01-081-0/+30
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2018-01-051-4/+2
* Fix and simplify handling of return type for (generic) lambda conversion func...Richard Smith2018-01-021-3/+0
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-311-2/+21
* Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified memb...Jacob Bandes-Storch2017-12-311-21/+2
* [Sema] Improve diagnostics for const- and ref-qualified member functionsJacob Bandes-Storch2017-12-311-2/+21
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-5/+5
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* [c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith2017-12-011-0/+3
* BuiltinOperatorOverloadBuilder: Don't consider types that are unavailable on ...Hans Wennborg2017-11-151-71/+70
* [Sema] Stable sort OverloadCandidates to remove non-deterministic orderingMandeep Singh Grang2017-11-141-1/+1
* [c++17] Refine resolution of constructor / conversion function disambiguation.Richard Smith2017-11-011-14/+12
* Fix overloaded static functions in SemaCodeCompleteBenjamin Kramer2017-10-261-8/+20
* [C++17] Fix PR34970 - tweak overload resolution for class template deduction-...Faisal Vali2017-10-221-6/+17
* Fix two-phase name lookup for non-dependent overloaded operators.Richard Smith2017-10-051-7/+9
* Fix uninitialized member found by msan build bot.Richard Smith2017-09-261-1/+1
* Resolve a defect in C++17 copy omission.Richard Smith2017-09-261-29/+57
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-2/+23
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-23/+2
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-2/+23
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-23/+2
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-2/+23
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-131-9/+13
OpenPOWER on IntegriCloud