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
/
SemaCXX
/
offsetof.cpp
Age
Commit message (
Expand
)
Author
2011-10-17
Perform lvalue-to-rvalue conversions on __builtin_offsetof array argument index
Richard Smith
2010-08-05
PR7769: Fix references to anonymous structs/unions in base classes in
Eli Friedman
2010-05-22
Implement support for variable length arrays in C++. VLAs are limited
Douglas Gregor
2010-04-29
Teach __builtin_offsetof to compute the offsets of members of base
Douglas Gregor
2010-04-28
Diagnose __builtin_offsetof expressions that refer to bit-fields
Douglas Gregor
2010-04-28
Completely reimplement __builtin_offsetof, based on a patch by Roberto
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-12
Suppress warnings and errors about certain uses of non-POD types (in
Douglas Gregor
2009-12-04
Make sure to call PerformObjectMemberConversion where necessary.
Eli Friedman
2009-05-03
Fix/re-enable test.
Eli Friedman
2009-05-03
Disable this test case, I'm tired of seeing red. :)
Daniel Dunbar
2009-05-02
Fix a thinko and a test.
Anders Carlsson
2009-05-02
Downgrade the invalid offsetof error to a warning.
Anders Carlsson
2009-05-01
It's an error to call offsetof on a non-POD type.
Anders Carlsson