summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/enable_if.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud