| Commit message (Expand) | Author | Age | Files | Lines |
| * | c++: support gcc's application of weak attribute on | Fariborz Jahanian | 2011-10-21 | 1 | -0/+4 |
| * | objc: more changes in use of IBOutletCollection attribute. | Fariborz Jahanian | 2011-10-18 | 1 | -3/+2 |
| * | Allow for annotate attributes after access specifiers. When such | Erik Verbruggen | 2011-10-13 | 1 | -0/+16 |
| * | For the various CF and NS attributes, don't complain if the parameter | Douglas Gregor | 2011-10-09 | 1 | -2/+6 |
| * | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall | 2011-10-07 | 1 | -1/+1 |
| * | Implicitly assume that a ObjC category to an unavailable interface is also un... | Argyrios Kyrtzidis | 2011-10-06 | 1 | -0/+3 |
| * | When using an unavailable/deprecated interface Foo inside Foo's interface/imp... | Argyrios Kyrtzidis | 2011-10-06 | 1 | -1/+1 |
| * | objc arc: Suppress certain arc diagnostics on unavailable | Fariborz Jahanian | 2011-10-03 | 1 | -0/+11 |
| * | Propagate __attribute__((returns_twice)) from C to IL. | Rafael Espindola | 2011-10-03 | 1 | -0/+20 |
| * | Hey, maybe we shouldn't silently ignore decl attributes | John McCall | 2011-10-01 | 1 | -0/+28 |
| * | objc arc: allow objc_returns_inner_pointer on methods that return | Fariborz Jahanian | 2011-09-30 | 1 | -1/+3 |
| * | Add explicit attributes to mark functions as having had their | John McCall | 2011-09-30 | 1 | -0/+39 |
| * | Add an ns_bridged attribute, used to specify that a | John McCall | 2011-09-29 | 1 | -0/+34 |
| * | Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation... | Ted Kremenek | 2011-09-29 | 1 | -25/+31 |
| * | objc-arc: mark functions which return types which can't be dealt with | Fariborz Jahanian | 2011-09-26 | 1 | -1/+3 |
| * | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -1/+0 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 |
| * | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie | 2011-09-21 | 1 | -1/+1 |
| * | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -1/+1 |
| * | Thread safety: Adding FIXMEs and a couple cleanups | Caitlin Sadowski | 2011-09-16 | 1 | -0/+1 |
| * | Thread safety: cleaning up FIXME for trylocks | Caitlin Sadowski | 2011-09-15 | 1 | -4/+4 |
| * | Add the location of the interface reference to IBOutletCollectionAttr. | Argyrios Kyrtzidis | 2011-09-13 | 1 | -2/+2 |
| * | Keep the source range of attributes. Depends on a llvm tablegen commit. | Argyrios Kyrtzidis | 2011-09-13 | 1 | -113/+111 |
| * | Record the full source range of an attribute. | Argyrios Kyrtzidis | 2011-09-13 | 1 | -3/+3 |
| * | Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can | Julien Lerouge | 2011-09-09 | 1 | -0/+8 |
| * | Clean up the sentinel-attribute checking code a lot. Document | John McCall | 2011-09-09 | 1 | -8/+7 |
| * | Thread safety: added support for function scopes in attribute arguments. | Caitlin Sadowski | 2011-09-08 | 1 | -2/+6 |
| * | Make sure the FunctionDecl's created by "#pragma weak" have correct ParmVarDe... | Eli Friedman | 2011-09-07 | 1 | -8/+31 |
| * | Make helpers static, remove unused variables. | Benjamin Kramer | 2011-09-03 | 1 | -4/+4 |
| * | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -11/+11 |
| * | Thread-safety analysis: adding in a basic lockset tracking system. This | Caitlin Sadowski | 2011-08-23 | 1 | -50/+115 |
| * | Reflow code. No functionality change. | Benjamin Kramer | 2011-08-19 | 1 | -7/+8 |
| * | Update a comment to match the recently-changed code | Douglas Gregor | 2011-08-10 | 1 | -1/+1 |
| * | For the availability attribute, allow a declaration to be deprecated | Douglas Gregor | 2011-08-10 | 1 | -3/+3 |
| * | Thread Safety: Added basic argument parsing for all new attributes. | Caitlin Sadowski | 2011-08-09 | 1 | -51/+160 |
| * | Make helper functions static. | Benjamin Kramer | 2011-08-02 | 1 | -6/+5 |
| * | 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 |