summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaOverload.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."Daniel Jasper2016-12-201-6/+0
* [OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.Egor Churaev2016-12-201-0/+6
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-7/+1
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-1/+7
* Fix some interactions between C++11 and C++14 features and using-declarations:Richard Smith2016-12-181-1/+8
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-0/+16
* Revert r289979 due to regressionsYaxun Liu2016-12-161-16/+0
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-0/+16
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* [Sema] Prefer SmallVector over `new`ed memory blocks. NFC.George Burgess IV2016-12-131-6/+4
* DR1295 and cleanup for P0135R1: Make our initialization code more directlyRichard Smith2016-12-091-0/+3
* [CUDA] Improve target attribute checking for function templates.Artem Belevich2016-12-071-10/+12
* [c++17] P0135R1: Guaranteed copy elision.Richard Smith2016-12-061-1/+1
* [Sema] Reset a BumpPtrAllocator on clear(). NFC.George Burgess IV2016-12-021-0/+1
* PR31081: ignore exception specifications when deducing function templateRichard Smith2016-12-011-2/+2
* Use the member function location in enable_if diagnostics.George Burgess IV2016-11-161-2/+2
* [Sema] Range-ify for loop, add period to comment. NFC.George Burgess IV2016-11-101-1/+1
* p0012: Teach resolving address of overloaded function with dependent exceptionRichard Smith2016-11-011-6/+23
* Make a function static. NFC.George Burgess IV2016-10-281-4/+3
* [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic forRichard Smith2016-10-221-0/+10
* Remove unnecessary distinction between Ref_Compatible andRichard Smith2016-10-211-8/+5
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-17/+15
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-15/+17
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-17/+15
* Re-commit r284753, reverted in r284778, with a fix for PR30749.Richard Smith2016-10-201-25/+29
* Revert r284753 "[c++1z] Teach composite pointer type computation how to compu...Hans Wennborg2016-10-201-29/+25
* [c++1z] Teach composite pointer type computation how to compute the compositeRichard Smith2016-10-201-25/+29
* Fix crash on noreturn conversion in unprototyped function type. Thanks to KeithRichard Smith2016-10-201-2/+2
* Resolve exception specifications when selecting an overloaded operator.Richard Smith2016-10-191-0/+2
* DR1330: instantiate exception-specifications when "needed". We previously didRichard Smith2016-10-181-0/+7
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-14/+54
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-5/+6
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-6/+5
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-5/+6
* PR25890: Fix incoherent error handling in PerformImplicitConversion andRichard Smith2016-10-061-1/+2
* [CUDA] Clean up some comments in Sema::IsOverload. NFCJustin Lebar2016-10-031-7/+7
* [CUDA] Disallow overloading destructors.Justin Lebar2016-10-031-0/+5
* [Sema] Compare bad conversions in overload resolution.George Burgess IV2016-09-071-3/+30
* Try contextually converting condition of constexpr if to Boolean valueIsmail Pazarbasi2016-09-071-5/+11
* [Sema] Fix how we set implicit conversion kinds.George Burgess IV2016-09-031-9/+15
* [Sema] Relax overloading restrictions in C.George Burgess IV2016-09-021-15/+38
* Based on post-commit feedback over IRC with dblaikie, ideally, we should have...Aaron Ballman2016-09-021-2/+2
* Allow a C11 generic selection expression to select a function with the overlo...Aaron Ballman2016-09-021-0/+25
* [CUDA] Raise an error if a wrong-side call is codegen'ed.Justin Lebar2016-08-151-13/+0
* [Sema] Fix the wording of a comment. NFC.George Burgess IV2016-08-121-1/+1
* [Sema] Fix a crash on variadic enable_if functions.George Burgess IV2016-08-121-1/+5
* [CUDA] Print a "previous-decl" note when calling an illegal member fn.Justin Lebar2016-08-101-0/+1
* [CUDA] Rename CheckCUDATarget to IsAllowedCUDACall. NFCJustin Lebar2016-08-101-4/+4
* [CUDA] Minor comment nits.Justin Lebar2016-08-101-2/+2
* [Sema] Replace mem_fn with lambdas. NFC.George Burgess IV2016-07-241-4/+6
OpenPOWER on IntegriCloud