Go to file
Douglas Gregor d170206761 Teach __builtin_offsetof to compute the offsets of members of base
classes, since we only warn (not error) on offsetof() for non-POD
types. We store the base path within the OffsetOfExpr itself, then
evaluate the offsets within the constant evaluator.

llvm-svn: 102571
2010-04-29 00:18:15 +00:00
clang Teach __builtin_offsetof to compute the offsets of members of base 2010-04-29 00:18:15 +00:00
compiler-rt improve arm build support on darwin 2010-04-21 22:46:53 +00:00
llvm - Really preserve dbg_value instructions when the register is spilled. 2010-04-28 23:52:26 +00:00