]> granicus.if.org Git - clang/history - test/Sema/expr-address-of.c
Diagnose attempt to take address of bitfield members in anonymous structs.
[clang] / test / Sema / expr-address-of.c
2017-04-13 Richard SmithDiagnose attempt to take address of bitfield members...
2013-02-02 Richard SmithPR15132: Replace "address expression must be an lvalue...
2011-04-19 Peter CollingbourneAdd a new expression classification, CL_AddressableVoid
2009-12-15 Daniel DunbarUpdate tests to use %clang_cc1 instead of 'clang-cc...
2009-04-20 Eli FriedmanSome cleanup and bug-fixing for address-of checking...
2009-03-24 Daniel DunbarRename clang to clang-cc.
2009-02-15 Nate BegemanDon't allow taking the address of an element in an...
2008-09-03 Daniel DunbarSet register storage class correctly for function param...
2008-08-04 Daniel DunbarFix several issues in checking of address-of expressions.
2008-02-29 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2103.
2008-02-01 Anders CarlssonIt is allowed to get the address of an array subscript...
2007-11-16 Chris LattnerTighten up address-of checking, implementing test/Sema...