]> granicus.if.org Git - clang/commit
Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://problem...
authorTed Kremenek <kremenek@apple.com>
Fri, 30 Jul 2010 00:14:11 +0000 (00:14 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 30 Jul 2010 00:14:11 +0000 (00:14 +0000)
commit3ce9e7d270e7df86c09c8126b4412d55be7c123b
tree5f048802b35fa9087afcd7cfc45aab0e4ccde273
parent6633e3c5b33c10ebfc5a369e412bb3d3f2cb3899
Add clang_isPODType() for querying if the CXType is POD.  Implements <rdar://problem/8250669>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109822 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/print-typekind.c
tools/c-index-test/c-index-test.c
tools/libclang/CXTypes.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports