]> granicus.if.org Git - clang/commit
Refine __builtin_object_size. Don't try and get a size for things
authorMike Stump <mrs@apple.com>
Wed, 28 Oct 2009 21:22:24 +0000 (21:22 +0000)
committerMike Stump <mrs@apple.com>
Wed, 28 Oct 2009 21:22:24 +0000 (21:22 +0000)
commit460d138c19be357414e4ab56ec880e5451f95cb4
tree1a23946430fa17a202059df7085100d2b1130c31
parentd7a4a436efc11844c0d837a84f284aac7a09f31a
Refine __builtin_object_size.  Don't try and get a size for things
that don't have sizes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85435 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp