diff options
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Headers/tgmath.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/Headers/tgmath.h b/clang/lib/Headers/tgmath.h index cf8994fc8fd..f64f117d2f2 100644 --- a/clang/lib/Headers/tgmath.h +++ b/clang/lib/Headers/tgmath.h @@ -37,6 +37,9 @@  // promotion +typedef void _Argument_type_is_not_arithmetic; +static _Argument_type_is_not_arithmetic __tg_promote(...) \ +  __attribute__((__unavailable__,__overloadable__));  static double               _TG_ATTRSp __tg_promote(int);  static double               _TG_ATTRSp __tg_promote(unsigned int);  static double               _TG_ATTRSp __tg_promote(long);  | 

