index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
offsetof.c
Age
Commit message (
Expand
)
Author
2011-10-17
Perform an lvalue-to-rvalue conversion on an array index in a __builtin_offse...
Richard Smith
2010-04-30
Fix a thinko that caused us not to compute __builtin_offset as a
Douglas Gregor
2010-04-28
Diagnose __builtin_offsetof expressions that refer to bit-fields
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-04
Diagnose __builtin_offsetof on incomplete types. Fixes
John McCall
2009-04-26
Fix for PR4079: make sure to construct the member expressions for
Eli Friedman
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-27
Change the AST generated for offsetof a bit so that it looks like a
Eli Friedman
2008-12-06
Simplify test.
Anders Carlsson
2008-01-30
make this pass by adding an expected error, add some tests.
Chris Lattner
2008-01-29
Implement __builtin_offsetof.
Anders Carlsson
2007-10-11
rename -parse-ast-print to -ast-print
Chris Lattner
2007-09-26
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-08-30
a new testcase
Chris Lattner