Age | Commit message (Expand) | Author |
2012-04-06 | Thread safety analysis: downgraded requirement that mutex expressions refer t... | DeLesley Hutchins |
2012-04-06 | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard |
2012-03-14 | Minor cleanup in attribute-related diagnostics, from Alexander Kornienko! | Douglas Gregor |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-07 | Refactor Clang sema attribute handling. | Michael Han |
2012-03-02 | objc: When issue diagnostic about deprecated method, also | Fariborz Jahanian |
2012-03-01 | Fix regression from llvm-gcc where we should NOT emit a warning about __attri... | Ted Kremenek |
2012-02-23 | Turned on support for __declspecs: noreturn, noinline, nothrow and naked in M... | Aaron Ballman |
2012-02-23 | Turned on support for __declspec(deprecated) in MS compatibility mode. | Aaron Ballman |
2012-02-16 | Thread safety analysis: Don't check for lockable on undefined types. | DeLesley Hutchins |
2012-02-04 | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith |
2012-02-02 | Split Sema::MarkDeclarationReferenced into multiple functions; the additional... | Eli Friedman |
2012-01-29 | Complain about attempts to use 'protected' visibility on targets | John McCall |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2012-01-27 | Remove redundant checks. | Jean-Daniel Dupas |
2012-01-26 | Don't suppress access-control or invalid-type diagnostics from a | John McCall |
2012-01-24 | The following patch adds __attribute__((no_address_safety_analysis)) which wi... | Kostya Serebryany |
2012-01-20 | Instantiate dependent attributes when instantiating templates. | DeLesley Hutchins |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2012-01-06 | Minor refactoring of sentinel warning on blocks. Add a test for this warning. | Eli Friedman |
2012-01-05 | After further discussion, rename attribute 'objc_disable_automatic_synthesis'... | Ted Kremenek |
2012-01-04 | Rename attribute 'objc_suppress_autosynthesis' to 'objc_disable_automatic_syn... | Ted Kremenek |
2012-01-03 | objc: diagnose misplacement of objc_suppress_autosynthesis | Fariborz Jahanian |
2012-01-03 | objc: introduce objc_suppress_autosynthesis class | Fariborz Jahanian |
2011-12-16 | objc: after issuing the warning on direct use of __attribute__((NSObject)) | Fariborz Jahanian |
2011-12-10 | Add ability to supply additional message to availability macros, | Fariborz Jahanian |
2011-11-29 | objc: warn if NSObject attribute appears other than in a typedef. | Fariborz Jahanian |
2011-11-01 | Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of ... | Ted Kremenek |
2011-10-26 | Do not warn when weak-import attribute is applied to enum | Fariborz Jahanian |
2011-10-23 | Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. | Peter Collingbourne |
2011-10-21 | c++: support gcc's application of weak attribute on | Fariborz Jahanian |
2011-10-18 | objc: more changes in use of IBOutletCollection attribute. | Fariborz Jahanian |
2011-10-13 | Allow for annotate attributes after access specifiers. When such | Erik Verbruggen |
2011-10-09 | For the various CF and NS attributes, don't complain if the parameter | Douglas Gregor |
2011-10-07 | Rename TagDecl::isDefinition -> isCompleteDefinition | John McCall |
2011-10-06 | Implicitly assume that a ObjC category to an unavailable interface is also un... | Argyrios Kyrtzidis |
2011-10-06 | When using an unavailable/deprecated interface Foo inside Foo's interface/imp... | Argyrios Kyrtzidis |
2011-10-03 | objc arc: Suppress certain arc diagnostics on unavailable | Fariborz Jahanian |
2011-10-03 | Propagate __attribute__((returns_twice)) from C to IL. | Rafael Espindola |
2011-10-01 | Hey, maybe we shouldn't silently ignore decl attributes | John McCall |
2011-09-30 | objc arc: allow objc_returns_inner_pointer on methods that return | Fariborz Jahanian |
2011-09-30 | Add explicit attributes to mark functions as having had their | John McCall |
2011-09-29 | Add an ns_bridged attribute, used to specify that a | John McCall |
2011-09-29 | Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation... | Ted Kremenek |
2011-09-26 | objc-arc: mark functions which return types which can't be dealt with | Fariborz Jahanian |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-21 | ArrayRef-ifying Function/BlockDecl's setParams | David Blaikie |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |