| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor Clang sema attribute handling. | Michael Han | 2012-03-07 | 1 | -7/+7 |
| * | objc: When issue diagnostic about deprecated method, also | Fariborz Jahanian | 2012-03-02 | 1 | -1/+8 |
| * | Fix regression from llvm-gcc where we should NOT emit a warning about __attri... | Ted Kremenek | 2012-03-01 | 1 | -1/+8 |
| * | Turned on support for __declspecs: noreturn, noinline, nothrow and naked in M... | Aaron Ballman | 2012-02-23 | 1 | -4/+13 |
| * | Turned on support for __declspec(deprecated) in MS compatibility mode. | Aaron Ballman | 2012-02-23 | 1 | -1/+2 |
| * | Thread safety analysis: Don't check for lockable on undefined types. | DeLesley Hutchins | 2012-02-16 | 1 | -0/+3 |
| * | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith | 2012-02-04 | 1 | -5/+6 |
| * | Split Sema::MarkDeclarationReferenced into multiple functions; the additional... | Eli Friedman | 2012-02-02 | 1 | -1/+1 |
| * | Complain about attempts to use 'protected' visibility on targets | John McCall | 2012-01-29 | 1 | -3/+10 |
| * | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -1/+3 |
| * | Remove redundant checks. | Jean-Daniel Dupas | 2012-01-27 | 1 | -2/+1 |
| * | Don't suppress access-control or invalid-type diagnostics from a | John McCall | 2012-01-26 | 1 | -2/+4 |
| * | The following patch adds __attribute__((no_address_safety_analysis)) which wi... | Kostya Serebryany | 2012-01-24 | 1 | -0/+20 |
| * | Instantiate dependent attributes when instantiating templates. | DeLesley Hutchins | 2012-01-20 | 1 | -7/+5 |
| * | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -4/+2 |
| * | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -2/+0 |
| * | Minor refactoring of sentinel warning on blocks. Add a test for this warning. | Eli Friedman | 2012-01-06 | 1 | -4/+5 |
| * | After further discussion, rename attribute 'objc_disable_automatic_synthesis'... | Ted Kremenek | 2012-01-05 | 1 | -4/+4 |
| * | Rename attribute 'objc_suppress_autosynthesis' to 'objc_disable_automatic_syn... | Ted Kremenek | 2012-01-04 | 1 | -1/+1 |
| * | objc: diagnose misplacement of objc_suppress_autosynthesis | Fariborz Jahanian | 2012-01-03 | 1 | -0/+5 |
| * | objc: introduce objc_suppress_autosynthesis class | Fariborz Jahanian | 2012-01-03 | 1 | -0/+15 |
| * | objc: after issuing the warning on direct use of __attribute__((NSObject)) | Fariborz Jahanian | 2011-12-16 | 1 | -3/+1 |
| * | Add ability to supply additional message to availability macros, | Fariborz Jahanian | 2011-12-10 | 1 | -1/+8 |
| * | objc: warn if NSObject attribute appears other than in a typedef. | Fariborz Jahanian | 2011-11-29 | 1 | -0/+4 |
| * | Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of ... | Ted Kremenek | 2011-11-01 | 1 | -2/+2 |
| * | Do not warn when weak-import attribute is applied to enum | Fariborz Jahanian | 2011-10-26 | 1 | -1/+1 |
| * | Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. | Peter Collingbourne | 2011-10-23 | 1 | -0/+4 |
| * | 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 |