summaryrefslogtreecommitdiffstats
path: root/test/Sema/expr-address-of.c
Commit message (Expand)AuthorAgeFilesLines
* Diagnose attempt to take address of bitfield members in anonymous structs.Richard Smith2017-04-131-1/+2
* PR15132: Replace "address expression must be an lvalue or a functionRichard Smith2013-02-021-6/+6
* Add a new expression classification, CL_AddressableVoidPeter Collingbourne2011-04-191-0/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Some cleanup and bug-fixing for address-of checking. This causes a couple of Eli Friedman2009-04-201-3/+16
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Don't allow taking the address of an element in an ext_vectorNate Begeman2009-02-151-1/+6
* Set register storage class correctly for function parameters.Daniel Dunbar2008-09-031-0/+3
* Fix several issues in checking of address-of expressions.Daniel Dunbar2008-08-041-0/+55
* Fix http://llvm.org/bugs/show_bug.cgi?id=2103.Steve Naroff2008-02-291-1/+14
* It is allowed to get the address of an array subscript, even if the array has...Anders Carlsson2008-02-011-0/+5
* Tighten up address-of checking, implementing test/Sema/expr-address-of.c. Chris Lattner2007-11-161-0/+15