Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c29db84419592e98e71a08d1a9fb04a3d6b51a0c
/
clang
/
test
/
Sema
/
offsetof.c
1c6f15d
Move a test that requires 64-bit mode to a separate test with a triple in
by Richard Trieu
· 12 years ago
04d2d94
When computing the size of large arrays, use char units instead of bits.
by Richard Trieu
· 12 years ago
eda61288
Perform an lvalue-to-rvalue conversion on an array index in a __builtin_offsetof expression.
by Richard Smith
· 14 years ago
0be628f
Fix a thinko that caused us not to compute __builtin_offset as a
by Douglas Gregor
· 16 years ago
10982ea
Diagnose __builtin_offsetof expressions that refer to bit-fields
by Douglas Gregor
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
9eff4e6
Diagnose __builtin_offsetof on incomplete types. Fixes rdar://problem/7222956
by John McCall
· 16 years ago
64fc3c6
Fix for PR4079: make sure to construct the member expressions for
by Eli Friedman
· 17 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
988a16b
Change the AST generated for offsetof a bit so that it looks like a
by Eli Friedman
· 17 years ago
3bb1ffc
Simplify test.
by Anders Carlsson
· 17 years ago
e850fa2
make this pass by adding an expected error, add some tests.
by Chris Lattner
· 18 years ago
a8dc3e6
Implement __builtin_offsetof.
by Anders Carlsson
· 18 years ago
5e4c75f
rename -parse-ast-print to -ast-print
by Chris Lattner
· 18 years ago
0883fd5
Removed option "-parse-ast-check" from clang driver. This is now implemented
by Ted Kremenek
· 18 years ago
8718fcf
a new testcase
by Chris Lattner
· 18 years ago