| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- PR2730
llvm-svn: 55739
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
llvm-svn: 47775
|
| |
|
|
|
|
| |
has the register qualifier, if the array is really a pointer.
llvm-svn: 46634
|
|
|
This fixes a bug reported by Seo Sanghyeon.
This was meant to be committed yesterday, but the commit failed. doh.
llvm-svn: 44190
|