index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
offsetof.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sema: Consider it an error to apply __builtin_offsetof to a member in a virtu...
David Majnemer
2013-10-15
1
-0
/
+10
*
Perform lvalue-to-rvalue conversions on __builtin_offsetof array argument index
Richard Smith
2011-10-17
1
-0
/
+7
*
PR7769: Fix references to anonymous structs/unions in base classes in
Eli Friedman
2010-08-05
1
-0
/
+13
*
Implement support for variable length arrays in C++. VLAs are limited
Douglas Gregor
2010-05-22
1
-1
/
+1
*
Teach __builtin_offsetof to compute the offsets of members of base
Douglas Gregor
2010-04-29
1
-1
/
+18
*
Diagnose __builtin_offsetof expressions that refer to bit-fields
Douglas Gregor
2010-04-28
1
-0
/
+8
*
Completely reimplement __builtin_offsetof, based on a patch by Roberto
Douglas Gregor
2010-04-28
1
-0
/
+10
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Suppress warnings and errors about certain uses of non-POD types (in
Douglas Gregor
2009-12-12
1
-0
/
+2
*
Make sure to call PerformObjectMemberConversion where necessary.
Eli Friedman
2009-12-04
1
-0
/
+3
*
Fix/re-enable test.
Eli Friedman
2009-05-03
1
-3
/
+1
*
Disable this test case, I'm tired of seeing red. :)
Daniel Dunbar
2009-05-03
1
-1
/
+3
*
Fix a thinko and a test.
Anders Carlsson
2009-05-02
1
-1
/
+1
*
Downgrade the invalid offsetof error to a warning.
Anders Carlsson
2009-05-02
1
-1
/
+1
*
It's an error to call offsetof on a non-POD type.
Anders Carlsson
2009-05-01
1
-0
/
+15