summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/expr-address-of.c
Commit message (Collapse)AuthorAgeFilesLines
* Set register storage class correctly for function parameters.Daniel Dunbar2008-09-031-0/+3
| | | | | | - PR2730 llvm-svn: 55739
* Fix several issues in checking of address-of expressions.Daniel Dunbar2008-08-041-0/+55
| | | | | | | | | | | - clang was erroneously accepting address-of applied to lvalue expressions involving pointer arithmetic. - clang was erroneously rejecting address-of applied to deref expressions of pointer-typed variables. - Improved existing test case. - Fixes: <rdar://problem/6113867>, <rdar://problem/6080158> llvm-svn: 54326
* Fix http://llvm.org/bugs/show_bug.cgi?id=2103.Steve Naroff2008-02-291-1/+14
| | | | llvm-svn: 47775
* It is allowed to get the address of an array subscript, even if the array ↵Anders Carlsson2008-02-011-0/+5
| | | | | | has the register qualifier, if the array is really a pointer. llvm-svn: 46634
* Tighten up address-of checking, implementing test/Sema/expr-address-of.c. Chris Lattner2007-11-161-0/+15
This fixes a bug reported by Seo Sanghyeon. This was meant to be committed yesterday, but the commit failed. doh. llvm-svn: 44190
OpenPOWER on IntegriCloud