]> granicus.if.org Git - clang/commit
Implement __builtin_offsetof.
authorAnders Carlsson <andersca@mac.com>
Tue, 29 Jan 2008 15:56:48 +0000 (15:56 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 29 Jan 2008 15:56:48 +0000 (15:56 +0000)
commit5a1deb8d9c0722beae28d693fa137bbb942bd11f
tree6e1ad85c4c4c2057d736bea1684fd64196a77562
parent12fe558612303cb2188c321a77a21f7df23b6ae8
Implement __builtin_offsetof.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46515 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Expr.cpp
CodeGen/CGExprConstant.cpp
CodeGen/CGExprScalar.cpp
include/clang/AST/Expr.h
test/Sema/offsetof.c