summaryrefslogtreecommitdiff
path: root/test/Sema/expr-address-of.c
AgeCommit message (Expand)Author
2017-04-13Diagnose attempt to take address of bitfield members in anonymous structs.Richard Smith
2013-02-02PR15132: Replace "address expression must be an lvalue or a functionRichard Smith
2011-04-19Add a new expression classification, CL_AddressableVoidPeter Collingbourne
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-20Some cleanup and bug-fixing for address-of checking. This causes a couple of Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-15Don't allow taking the address of an element in an ext_vectorNate Begeman
2008-09-03Set register storage class correctly for function parameters.Daniel Dunbar
2008-08-04Fix several issues in checking of address-of expressions.Daniel Dunbar
2008-02-29Fix http://llvm.org/bugs/show_bug.cgi?id=2103.Steve Naroff
2008-02-01It is allowed to get the address of an array subscript, even if the array has...Anders Carlsson
2007-11-16Tighten up address-of checking, implementing test/Sema/expr-address-of.c. Chris Lattner