| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Added basic parsing for all remaining attributes, thread safety | Caitlin Sadowski | 2011-07-28 | 1 | -3/+227 | 
| *  | Make Sema::WeakUndeclaredIdentifiers lazily deserialized. | Douglas Gregor | 2011-07-28 | 1 | -9/+12 | 
| *  | Added parsing for guarded_var, pt_guarded_var, lockable, | Caitlin Sadowski | 2011-07-28 | 1 | -0/+110 | 
| *  | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -6/+6 | 
| *  | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -16/+16 | 
| *  | Document the existing objc_precise_lifetime attribute. | John McCall | 2011-07-22 | 1 | -0/+30 | 
| *  | Style tweak to the more idiomatic 'assert(!bad_state())'. | Chandler Carruth | 2011-07-11 | 1 | -3/+3 | 
| *  | Hoist the logic for checking the number of arguments to an attribute | Chandler Carruth | 2011-07-11 | 1 | -79/+48 | 
| *  | objc-arc: Support objc_arc_weak_unavailable on those | Fariborz Jahanian | 2011-07-06 | 1 | -0/+15 | 
| *  | Move the Sema argument to all of the Sema-using helper functions in | Chandler Carruth | 2011-07-02 | 1 | -164/+162 | 
| *  | Rename static helpers to use 'camelCaseNames' per the new style | Chandler Carruth | 2011-07-01 | 1 | -142/+142 | 
| *  | Mechanical rename of 'd' Decl pointer parameters to 'D'. This is more | Chandler Carruth | 2011-07-01 | 1 | -317/+317 | 
| *  | Fix an obvious typo in an attribute's diagnostics. | Chandler Carruth | 2011-06-30 | 1 | -1/+1 | 
| *  | Handle nonnull attribute with optional argument number on | Fariborz Jahanian | 2011-06-27 | 1 | -13/+18 | 
| *  | objc-arc/mrc: Allow ns_returns_not_retained attribute on properties | Fariborz Jahanian | 2011-06-25 | 1 | -0/+2 | 
| *  | Only do delayed diagnostics if there were no errors when parsing the decl. | Argyrios Kyrtzidis | 2011-06-24 | 1 | -1/+1 | 
| *  | Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ... | Argyrios Kyrtzidis | 2011-06-24 | 1 | -3/+3 | 
| *  | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -4/+108 | 
| *  | Eliminate a 'default' case in template argument deduction, where we | Douglas Gregor | 2011-06-15 | 1 | -1/+6 | 
| *  | Don't add redundant FormatAttr, ConstAttr, or NoThrowAttr attributes, | Douglas Gregor | 2011-06-15 | 1 | -3/+30 | 
| *  | Add ms_struct attribute on record typee | Fariborz Jahanian | 2011-04-26 | 1 | -0/+8 | 
| *  | "note" location of forward class used as receiver of | Fariborz Jahanian | 2011-04-23 | 1 | -2/+4 | 
| *  | ADT/Triple: Switch to using .isOSDarwin() predicate. | Daniel Dunbar | 2011-04-19 | 1 | -2/+2 | 
| *  | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -8/+8 | 
| *  | Improve diagnostics on GNU attributes by warning about attributes that should... | Ted Kremenek | 2011-04-15 | 1 | -11/+12 | 
| *  | Implement ARM pcs attribute. Basically it's another way of calling convention... | Anton Korobeynikov | 2011-04-14 | 1 | -2/+49 | 
| *  | Extend the new 'availability' attribute with support for an | Douglas Gregor | 2011-03-26 | 1 | -1/+3 | 
| *  | Teach DelayedDiagnostic to copy its string, rather than hope that the | Douglas Gregor | 2011-03-23 | 1 | -1/+1 | 
| *  | Ignore weak_import on Objective-C property and method declarations on | Douglas Gregor | 2011-03-23 | 1 | -4/+5 | 
| *  | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 1 | -19/+62 | 
| *  | Add support for language-specific address spaces.  On top of that, | Peter Collingbourne | 2011-03-18 | 1 | -0/+1 | 
| *  | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -1/+2 | 
| *  | Don't hard-code these constants, or at least don't hard-code them so hard. | John McCall | 2011-03-02 | 1 | -40/+60 | 
| *  | Pretty up the wrong-number-of-arguments-for-attribute diagnostic by | John McCall | 2011-03-02 | 1 | -14/+9 | 
| *  | Provide an attribute, objc_method_family, to allow the inferred family | John McCall | 2011-03-02 | 1 | -0/+48 | 
| *  | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -2/+2 | 
| *  | rework processing of unavailable and deprecated attributes to avoid  | Chris Lattner | 2011-02-24 | 1 | -25/+19 | 
| *  | accept and ignore a few things for better OpenBSD compatibility, | Chris Lattner | 2011-02-18 | 1 | -1/+2 | 
| *  | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -2/+2 | 
| *  | When parsing an out-of-line member function declaration, we must delay | John McCall | 2011-02-14 | 1 | -30/+47 | 
| *  | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne | 2011-02-14 | 1 | -0/+8 | 
| *  | When checking the 'weak' and 'weakref' attributes, look for non-external | John McCall | 2011-02-08 | 1 | -21/+40 | 
| *  | Downgrade error about attribute 'iboutlet' and 'ibaction' being applied to an... | Ted Kremenek | 2011-02-04 | 1 | -3/+3 | 
| *  | Give OpaqueValueExpr a source location, because its source location | Douglas Gregor | 2011-01-28 | 1 | -1/+2 | 
| *  | Revert r124217 because it didn't catch the actual error case it was trying to | Jeffrey Yasskin | 2011-01-27 | 1 | -20/+0 | 
| *  | Add an attribute to forbid temporary instances of a type.  This allows class | Jeffrey Yasskin | 2011-01-25 | 1 | -0/+20 | 
| *  | Add the ns_consumes_self, ns_consumed, cf_consumed, and ns_returns_autoreleased | John McCall | 2011-01-25 | 1 | -15/+89 | 
| *  | Get rid of [[hiding]], [[override]] and [[base_check]]. | Anders Carlsson | 2011-01-23 | 1 | -79/+0 | 
| *  | Get rid of the [[final]] C++0x attribute. | Anders Carlsson | 2011-01-23 | 1 | -32/+5 | 
| *  | Sema: support for processing non-inheritable declaration attributes early | Peter Collingbourne | 2011-01-21 | 1 | -22/+49 |