summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/enable_if.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r355743:Hans Wennborg2019-03-121-0/+8
* Emit diagnostic note when calling an invalid function declaration.James Y Knight2018-10-051-1/+2
* [Sema] Make typeof(OverloadedFunctionName) not a pointer.George Burgess IV2017-05-091-0/+14
* Fix PR31934: forming refs to functions with enable_if attrs.George Burgess IV2017-04-131-0/+27
* Update the tests to match the typo fix done in r292015Sylvestre Ledru2017-01-141-4/+4
* Consistently use a ConstantEvaluated context for expressions in attributes,Richard Smith2017-01-071-0/+8
* [Sema] Fix a bug in enable_if condition instantiation.George Burgess IV2016-11-171-0/+14
* Use the member function location in enable_if diagnostics.George Burgess IV2016-11-161-0/+10
* [Sema] Fix a crash on variadic enable_if functions.George Burgess IV2016-08-121-0/+23
* [Sema] Fix value-dependent enable_if bug.George Burgess IV2016-05-111-5/+36
* [Sema] Fix PR27122: ICE with enable_if+ill-formed call.George Burgess IV2016-03-311-0/+40
* [Sema] Allow casting of some overloaded functionsGeorge Burgess IV2016-03-191-0/+93
* Add tests for `&enable_if_function` diagnostics.George Burgess IV2015-12-031-0/+19
* [modules] Rationalize the behavior of Decl::declarationReplaces, and inRichard Smith2015-11-031-4/+4
* [Sema] Fix address-of + enable_if overloading logicGeorge Burgess IV2015-10-161-2/+2
* [Sema] Make `&function_with_enable_if_attrs` an errorGeorge Burgess IV2015-10-121-0/+71
* Make incomplete type errors better with enable_ifGeorge Burgess IV2015-09-251-1/+9
* Make sure that we evaluate __attribute__((enable_if)) on a method with no ove...Nick Lewycky2015-08-251-0/+37
* Improve handling of value dependent expressions in __attribute__((enable_if))...Nick Lewycky2014-12-161-0/+41
* Fix crash with enable_if on constructors.Nick Lewycky2014-02-281-0/+7
* Neither attribute overloadable nor enable_if are supported by GCC. Disable theNick Lewycky2014-01-211-1/+1
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-111-0/+72