summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Don't emit "pure virtual" warning for fully qualified calls.Davide Italiano2015-07-141-2/+8
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-17/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-6/+6
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-6/+6
* Diagnose unsafe uses of nil and __nonnull pointers.Douglas Gregor2015-06-191-1/+1
* [ms] Don't try to delay lookup for failures in SFINAE context (PR23823)Hans Wennborg2015-06-121-1/+2
* [ms] Do lookup in dependent base classes also when overload resolution fails ...Hans Wennborg2015-06-111-22/+28
* Fix a few line endings. NFC.Yunzhong Gao2015-05-011-11/+11
* [SemaCXX patch] Patch to fix a crash when a 'delete' constructorFariborz Jahanian2015-04-141-4/+5
* A conversion from a scoped enumeration bitfield to an integral type is anRichard Smith2015-03-281-2/+4
* Reformatting, NFCRichard Smith2015-03-261-6/+6
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-15/+11
* Simplify boolean expressions in clang with clang-tidyDavid Blaikie2015-03-091-4/+1
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-0/+4
* Fix UTF8 chars to ASCII.NAKAMURA Takumi2015-02-251-2/+2
* PR22566: a conversion from a floating-point type to bool is a narrowing conve...Richard Smith2015-02-191-7/+13
* Sema: Replace some push_backs of expensive to move objects with emplace_back.Benjamin Kramer2015-02-171-1/+1
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-061-34/+12
* Cleanups, and add some FIXMEs. No functional change.Richard Smith2015-01-271-12/+14
* Implement the remaining portion of DR1467 from r227022. I may have overlooked...Larisse Voufo2015-01-271-17/+70
* DR1902: if overload resolution recurses, and the inner overload resolutionRichard Smith2015-01-271-20/+27
* Remove an out-of-date and incorrect comment.Richard Smith2015-01-221-10/+0
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-211-23/+34
* Extend the self move warning to record types.Richard Trieu2015-01-131-1/+6
* Improve handling of value dependent expressions in __attribute__((enable_if))...Nick Lewycky2014-12-161-2/+12
* If a non-template constructor instantiated to X(X),John McCall2014-12-141-10/+20
* [c++1z] Most of N4268 (allow constant evaluation for non-type template argume...Richard Smith2014-11-261-62/+97
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-13/+13
* Wrap to 80 columns, no behavior change.Nico Weber2014-11-191-4/+4
* Missing comma in a string array initialization (CID 1254893)Sylvestre Ledru2014-11-171-1/+1
* Fix this code to follow the coding style regarding anonymous namespaces andRichard Smith2014-11-121-93/+58
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-9/+14
* CUDA: Fix incorrect target inference for implicit members.Eli Bendersky2014-09-291-3/+47
* Fix PR20886 - enforce CUDA target match in method callsEli Bendersky2014-09-251-0/+21
* Don't perform ADL when looking up operator=; there is no non-member form ofRichard Smith2014-09-231-4/+7
* Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...Craig Topper2014-08-291-3/+1
* Objective-C. When multiple nullary selectors are found inFariborz Jahanian2014-08-271-1/+11
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-2/+2
* C++1y is now C++14!Aaron Ballman2014-08-191-8/+8
* Objective-C. Minor refactoring of my last patch.Fariborz Jahanian2014-08-131-1/+5
* Objective-C. This patch is to resolve the method used in methodFariborz Jahanian2014-08-131-0/+73
* MS ABI: Handle member function pointers returning a member data pointerDavid Majnemer2014-08-071-0/+4
* Use the correct from type in a SCSEhsan Akhgari2014-07-221-0/+1
* Remove dead code.Richard Smith2014-07-141-11/+0
* In C++98, if an rvalue reference binds to a function lvalue (or an xvalue or anRichard Smith2014-07-141-1/+1
* Superficial fix for PR20218: binding a function lvalue to a const reference toRichard Smith2014-07-141-17/+28
* Import MutableArrayRef into clang namespace.Craig Topper2014-06-281-1/+1
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-2/+2
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-49/+37
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-36/+36
OpenPOWER on IntegriCloud