Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for the weakref attribute. We still produce "alias weak" as llvm-... | Rafael Espindola | 2010-02-23 | 1 | -2/+1 |
* | Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to | Ted Kremenek | 2010-02-18 | 1 | -22/+24 |
* | Add IBAction attribute to keep the IBOutlet attribute company. | Ted Kremenek | 2010-02-17 | 1 | -0/+4 |
* | Fix re-allocation in AttrWithString::ReplaceString() to use the allocator ass... | Ted Kremenek | 2010-02-11 | 1 | -1/+1 |
* | Use the allocator associated with ASTContext to allocate the args | Ted Kremenek | 2010-02-11 | 1 | -1/+17 |
* | Remove use of 'std::string' from Attr objects, using instead a byte | Ted Kremenek | 2010-02-11 | 1 | -6/+40 |
* | Add support for the force_align_arg_pointer attribute. This is an x86-specific | Charles Davis | 2010-02-10 | 1 | -0/+1 |
* | Make clone() method out-of-line for Attr classes. | Anton Korobeynikov | 2010-01-10 | 1 | -0/+143 |