]> granicus.if.org Git - clang/commit
Add support for __builtin_classify_type(). This builtin function isn't "public",...
authorSteve Naroff <snaroff@apple.com>
Wed, 8 Aug 2007 17:48:34 +0000 (17:48 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 8 Aug 2007 17:48:34 +0000 (17:48 +0000)
commite8770421d8463db203b78eb96f93a75ea5e58346
tree85d6e7d44432aef89b5cf4de4600d22558cc7166
parentd4f0802277d0842a90b659af960185832ef184d5
Add support for __builtin_classify_type(). This builtin function isn't "public", however
it is used by "tgmath.h" (so we need to support it). It might also come in handy when
developing the overloaded function macros for OpenCU.

Next check-in will make this an integer constant expression...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40930 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Builtins.cpp
include/clang/AST/Builtins.def