summaryrefslogtreecommitdiffstats
path: root/test/Sema/enable_if.c
Commit message (Expand)AuthorAgeFilesLines
* Update the tests to match the typo fix done in r292015Sylvestre Ledru2017-01-141-2/+2
* [Sema] Fix a crash on variadic enable_if functions.George Burgess IV2016-08-121-0/+21
* Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...Aaron Ballman2016-05-041-2/+2
* Reverting r266199; it causes build bot failures.Aaron Ballman2016-04-131-2/+2
* Add functions declared in ctype.h to builtin function database. All functions...Aaron Ballman2016-04-131-2/+2
* [Sema] Fix PR27122: ICE with enable_if+ill-formed call.George Burgess IV2016-03-311-0/+7
* Add tests for `&enable_if_function` diagnostics.George Burgess IV2015-12-031-0/+6
* [Sema] Fix address-of + enable_if overloading logicGeorge Burgess IV2015-10-161-9/+11
* [Sema] Make `&function_with_enable_if_attrs` an errorGeorge Burgess IV2015-10-121-0/+25
* Support alternate attribute spelling __enable_if__Ulrich Weigand2015-07-131-0/+15
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-1/+1
* Neither attribute overloadable nor enable_if are supported by GCC. Disable theNick Lewycky2014-01-211-2/+2
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-111-0/+97