]> granicus.if.org Git - clang/commit
Finish implementing __builtin_classify_type()...
authorSteve Naroff <snaroff@apple.com>
Wed, 8 Aug 2007 22:15:55 +0000 (22:15 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 8 Aug 2007 22:15:55 +0000 (22:15 +0000)
commit13b7c5ff42d6077a8d59e2c9ec9e7fedd0150ae6
treeb47c2b9639728720c5e7718e9770b82ad3e2a90c
parent6c216160b603e8ea6ac69f9287a612158f514a04
Finish implementing __builtin_classify_type()...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40951 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Expr.cpp
AST/Type.cpp
include/clang/AST/Expr.h
include/clang/AST/Type.h
test/Parser/builtin_classify_type.c [new file with mode: 0644]