]> granicus.if.org Git - clang/commit
Re-add objectsize function/incomplete type checks.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Tue, 3 Jan 2017 23:35:19 +0000 (23:35 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Tue, 3 Jan 2017 23:35:19 +0000 (23:35 +0000)
commitd49e17b4116694db28672b4ae66fd1958000d6a1
tree350b1b5c802eea3dbcf66050c2df5554a37237fc
parentfd845a579da485d1461682d2aab0331751fb898c
Re-add objectsize function/incomplete type checks.

I accidentally omitted these when refactoring this code. This caused
problems when building parts of the test-suite on MacOS.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290916 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/CodeGen/object-size.c