| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Making some minor improvements to r199626. | Aaron Ballman | 2014-01-20 | 1 | -9/+3 |
* | Wire up basic parser/sema support for attribute 'returns_nonnull'. | Ted Kremenek | 2014-01-20 | 1 | -2/+24 |
* | These attributes are no longer "checker-specific." | Ted Kremenek | 2014-01-20 | 1 | -1/+0 |
* | Enhance attribute 'nonnull' to be applicable to parameters directly (infix). | Ted Kremenek | 2014-01-17 | 1 | -9/+39 |
* | Factored some function-like type reasoning out of SemaDeclAttr and onto Decl ... | Aaron Ballman | 2014-01-16 | 1 | -105/+12 |
* | Distinguish between attributes explicitly written at the request of the user,... | Aaron Ballman | 2014-01-16 | 1 | -15/+24 |
* | Remove unused function to fix clang -Werror build | Reid Kleckner | 2014-01-14 | 1 | -7/+0 |
* | Simplifying the OpenCL image attribute. It does not need a semantic integer p... | Aaron Ballman | 2014-01-14 | 1 | -8/+4 |
* | Consumed analysis: add two new attributes which fine-tune the behavior of | DeLesley Hutchins | 2014-01-14 | 1 | -0/+7 |
* | Add a new attribute 'enable_if' which can be used to control overload resolut... | Nick Lewycky | 2014-01-11 | 1 | -0/+29 |
* | Removing the notion of TargetAttributesSema and replacing it with one where t... | Aaron Ballman | 2014-01-09 | 1 | -32/+203 |
* | Treating the RegParmAttr as a TypeAttr because that is what it is. | Aaron Ballman | 2014-01-08 | 1 | -19/+1 |
* | Simplifying the mutual exclusion check now that the diagnostics engine knows ... | Aaron Ballman | 2014-01-03 | 1 | -12/+7 |
* | Removed an unnecessary %select from the alignas diagnostics. The attribute al... | Aaron Ballman | 2014-01-02 | 1 | -3/+2 |
* | Removing some more unnecessary manual quotes from attribute diagnostics. Upda... | Aaron Ballman | 2014-01-02 | 1 | -2/+2 |
* | Removing some more unnecessary manual quotes from attribute diagnostics. | Aaron Ballman | 2014-01-02 | 1 | -4/+4 |
* | Updated the wording of two attribute-related diagnostics so that they print t... | Aaron Ballman | 2014-01-02 | 1 | -8/+16 |
* | Removed a string literal for a diagnostic, and updated the diagnostic to not ... | Aaron Ballman | 2013-12-27 | 1 | -1/+1 |
* | Teach the diagnostics engine about the Attr type to make reporting on semanti... | Aaron Ballman | 2013-12-26 | 1 | -10/+8 |
* | Removed a string literal for an attribute name, which means the attribute nam... | Aaron Ballman | 2013-12-26 | 1 | -1/+1 |
* | This diagnostic did not accept arguments, and did not have any test coverage.... | Aaron Ballman | 2013-12-26 | 1 | -2/+2 |
* | Simplifying some diagnostics so that they don't need to work with StringRefs.... | Aaron Ballman | 2013-12-26 | 1 | -25/+18 |
* | Getting rid of a string literal in favor of the generalized diagnostic. | Aaron Ballman | 2013-12-26 | 1 | -1/+1 |
* | No need for the manual quotes and extra getName() call. No functional changes... | Aaron Ballman | 2013-12-26 | 1 | -1/+1 |
* | Removing some unneeded code, and a diagnostic that was obsoleted. The type ha... | Aaron Ballman | 2013-12-26 | 1 | -19/+15 |
* | Consolidating some mode attribute diagnostics. No functional changes intended. | Aaron Ballman | 2013-12-23 | 1 | -2/+2 |
* | Removing the alloc_size attribute. The attribute was semantically handled, bu... | Aaron Ballman | 2013-12-21 | 1 | -42/+0 |
* | The const and nothrow attributes can be handled by the simple attribute handl... | Aaron Ballman | 2013-12-21 | 1 | -24/+4 |
* | Remove dead code identified by Aaron Ballman. | Ted Kremenek | 2013-12-19 | 1 | -4/+0 |
* | After discussing with John McCall, removing the ns_bridged attribute as it is... | Aaron Ballman | 2013-12-19 | 1 | -28/+0 |
* | Replacing calls to getAttr with calls to hasAttr for clarity. No functional c... | Aaron Ballman | 2013-12-19 | 1 | -6/+4 |
* | Added a comment about the launch_bounds attribute's AST node being required. ... | Aaron Ballman | 2013-12-19 | 1 | -4/+8 |
* | Refactor the Microsoft inheritance attribute handling so that it no longer ha... | Aaron Ballman | 2013-12-18 | 1 | -6/+2 |
* | Implemented delayed processing of 'unavailable' checking, just like with 'dep... | Ted Kremenek | 2013-12-18 | 1 | -44/+109 |
* | [OpenCL] Produce an error when the work group and vec type hint attributes | Joey Gouly | 2013-12-13 | 1 | -0/+19 |
* | Added a Subjects clause to the section attribute and made its diagnostics mor... | Aaron Ballman | 2013-12-12 | 1 | -6/+0 |
* | Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_... | Ted Kremenek | 2013-12-10 | 1 | -10/+3 |
* | Add a SubsetSubject in Attr.td to automate checking of where the objc_designa... | Argyrios Kyrtzidis | 2013-12-07 | 1 | -17/+2 |
* | Turning the __w64 attribute into an ignored attribute to match other Microsof... | Aaron Ballman | 2013-12-06 | 1 | -2/+0 |
* | ObjectiveC - Introducing objc_bridge_related attribute | Fariborz Jahanian | 2013-12-04 | 1 | -0/+21 |
* | [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the | Argyrios Kyrtzidis | 2013-12-03 | 1 | -2/+4 |
* | [objc] Introduce attribute 'objc_designated_initializer'. | Argyrios Kyrtzidis | 2013-12-03 | 1 | -0/+25 |
* | Refactored the work group-related attributes to use a template, which reduces... | Aaron Ballman | 2013-12-02 | 1 | -33/+10 |
* | Simplifying a test for duplicate vec_type_hint attributes. The assert and att... | Aaron Ballman | 2013-12-02 | 1 | -5/+1 |
* | The CUDA device attribute doesn't need custom logic to check the number of at... | Aaron Ballman | 2013-12-02 | 1 | -14/+2 |
* | Automate attribute language option checking by specifying the list of options... | Aaron Ballman | 2013-12-02 | 1 | -155/+59 |
* | Factored attribute mutual exclusion code into a helper function; split the cf... | Aaron Ballman | 2013-12-02 | 1 | -35/+37 |
* | Re-enabled support for the Subjects for the weak attribute. This changes the ... | Aaron Ballman | 2013-12-02 | 1 | -19/+2 |
* | The __w64 attribute handler was more generically named, but only applied to _... | Aaron Ballman | 2013-12-02 | 1 | -8/+4 |
* | The FieldDecl is already covered by the ValueDecl case, so it is being removed. | Aaron Ballman | 2013-12-02 | 1 | -2/+0 |