| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
ObjC-GC isn't used any more; clean up this warning text.
rdar://problem/39049693
llvm-svn: 330174
|
|
|
|
|
|
| |
// rdar://15641300
llvm-svn: 197263
|
|
|
|
|
|
| |
output including the term "gc" (in lowercase).
llvm-svn: 155892
|
|
|
|
|
|
| |
// rdar://10357768
llvm-svn: 143518
|
|
|
|
|
|
|
|
|
|
| |
Language-design credit goes to a lot of people, but I particularly want
to single out Blaine Garst and Patrick Beard for their contributions.
Compiler implementation credit goes to Argyrios, Doug, Fariborz, and myself,
in no particular order.
llvm-svn: 133103
|
|
|
|
|
|
| |
in class extensions (radar 8171968).
llvm-svn: 108283
|
|
|
|
|
|
|
|
|
| |
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).
llvm-svn: 91446
|
|
|
|
| |
llvm-svn: 91297
|
|
|
|
|
|
| |
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
|
|
|
|
|
|
| |
are related to setter syntax under -Wreadonly-setter-attrs
to prevent warnings in projects built with gcc.
llvm-svn: 61953
|
|
|
|
|
|
|
|
| |
specific targets default them to on. Default blocks to on on 10.6 and later.
Add a -fblocks option that allows the user to override the target's default.
Use -fblocks in the various testcases that use blocks.
llvm-svn: 60563
|
|
|
|
|
|
|
|
| |
blocks as objects
ASTContext::isObjCObjectPointerType() needs to consider blocks as objects.
llvm-svn: 57913
|
|
- readonly and readwrite are mutually exclusive.
- assign, copy, and retain are mutually exclusive.
- copy and retain are invalid on non-object types.
- Warn about using default 'assign' property on object types
(attempting to follow gcc behavior).
llvm-svn: 56507
|