summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Switching some custom logic to using table-generated helper methods. This al...Aaron Ballman2013-10-141-23/+11
* Consumed analysis: replace the consumes attribute with a set_typestateDeLesley Hutchins2013-10-111-58/+84
* Consumed analysis: switch from tests_consumed/unconsumed to a generalDeLesley Hutchins2013-10-111-23/+27
* Switching the CallableWhen attribute over to using the string literal helper ...Aaron Ballman2013-10-051-17/+11
* Consumed Analysis: Change callable_when so that it can take a list of statesDeLesley Hutchins2013-10-041-6/+34
* Implement ARM GNU-style interrupt attributeTim Northover2013-10-011-1/+1
* Move checkStringLiteralArgument into Sema classTim Northover2013-10-011-16/+15
* Fixes a buildbot failure (was using localFariborz Jahanian2013-09-191-4/+2
* Refinement to my previous patch forFariborz Jahanian2013-09-191-1/+7
* ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation Fariborz Jahanian2013-09-191-12/+18
* Recommited:Stepan Dyatkovskiy2013-09-181-65/+12
* Updated the way the ownership attributes are semantically diagnosed. Added t...Aaron Ballman2013-09-161-59/+43
* Switching the WeakRef attribute to using the new checkStringLiteralArgument h...Aaron Ballman2013-09-131-50/+41
* Updated the PCS calling convention to use the new checkStringLiteralArgument ...Aaron Ballman2013-09-131-9/+2
* As Aaron pointed out it's simpler to reject wide string availability attr mes...Benjamin Kramer2013-09-131-9/+2
* Guard availability and thread safety attributes against wide strings.Benjamin Kramer2013-09-131-4/+10
* Unify handling of string literal arguments for attributes and add fixits.Benjamin Kramer2013-09-131-71/+69
* Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman2013-09-111-66/+30
* The cleanup attribute no longer uses an unresolved, simple identifier as its ...Aaron Ballman2013-09-111-28/+30
* Rejected 190391, due to failures on clang-x86_64-darwin11-nobootstrap-RAincre...Stepan Dyatkovskiy2013-09-101-12/+65
* Fix for PR16752. Second commit.Stepan Dyatkovskiy2013-09-101-65/+12
* Adding a FIXME based on feedback from Richard Smith.Aaron Ballman2013-09-091-0/+3
* Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman2013-09-091-228/+26
* Sema: Don't crash on visibility attributes with an identifier argument.Benjamin Kramer2013-09-091-3/+4
* Removing the endian attribute and updating associated test cases. This funct...Aaron Ballman2013-09-091-22/+0
* Consumed Analysis: The 'consumable' attribute now takes a identifier specifyi...David Blaikie2013-09-061-2/+25
* Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...Aaron Ballman2013-09-031-6/+10
* Consumed analysis: add return_typestate attribute.DeLesley Hutchins2013-09-031-0/+61
* Consolidating the notion of a GNU attribute parameter with the attribute argu...Aaron Ballman2013-08-311-190/+162
* Consumed analysis: add 'consumable' class attribute.DeLesley Hutchins2013-08-301-15/+60
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-301-0/+20
* Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don'tRichard Smith2013-08-291-48/+21
* Mode is now handled as a non-inheritable attribute, and CUDADevice & CUDAHost...Aaron Ballman2013-08-281-5/+4
* Since r179585, __declspec(property) has gotten special treatment as an attrib...Aaron Ballman2013-08-261-1/+0
* Updated the consumed analysis warnings to use a more standardized diagnostic.Aaron Ballman2013-08-211-8/+8
* Removed unnecessary asserts.Aaron Ballman2013-08-211-38/+0
* Don't reject attribute used in an "extern const" variable definition.Rafael Espindola2013-08-161-1/+1
* Patch by Chris Wailes <chris.wailes@gmail.com>.DeLesley Hutchins2013-08-121-0/+77
* Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializerDavid Majnemer2013-08-091-21/+10
* err_attribute_missing_parameter_name has been replaced by err_attribute_argum...Aaron Ballman2013-07-301-1/+2
* Replacing err_attribute_argument_not_int with err_attribute_not_type_attrAaron Ballman2013-07-301-10/+15
* err_attribute_not_string has been subsumed by err_attribute_argument_type.Aaron Ballman2013-07-301-39/+33
* Refactor some attributes to use checkFunctionOrMethodArgumentIndex instead of...Aaron Ballman2013-07-301-159/+46
* Support for Thread Safety Analysis in CDavid Blaikie2013-07-291-1/+1
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-26/+50
* Going back to using getName for consistency.Aaron Ballman2013-07-231-7/+2
* Replacing some manual diagnostic checks with an existing helper method. Addi...Aaron Ballman2013-07-231-12/+3
* Consolidate several attribute argument diagnostics into a single, selectable ...Aaron Ballman2013-07-231-44/+68
* Correcting the NSObject and Overloadable attribute diagnostics so that the co...Aaron Ballman2013-07-231-6/+2
* add type attribute warn_unused, for -Wunused-variable warnings (pr#14253)Lubos Lunak2013-07-201-0/+14
OpenPOWER on IntegriCloud