summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for attribute((naked)), patch by Zoxc on cfe-commits!Daniel Dunbar2010-09-291-3/+21
* Patch to support transparent_union argumentsFariborz Jahanian2010-09-271-0/+13
* Issue warning for trivial cases of nonnull attributesFariborz Jahanian2010-09-271-1/+6
* Add more error checking to attribute vecreturnJohn Thompson2010-09-181-1/+22
* Relax __attribute_((nonnull)) checking to allow the attribute on functions wi...Ted Kremenek2010-09-091-3/+3
* Add symantic support for the Pascal calling convention viaDawn Perchik2010-09-031-0/+4
* Rename DeclContext::getLookupContext to getRedeclContext and change its seman...Sebastian Redl2010-08-311-7/+5
* Add a missing return. Bug noticed by Dawn Perchik!Douglas Gregor2010-08-301-0/+1
* One who seeks knowledge learns something new every day.John McCall2010-08-261-1/+1
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-2/+2
* Restore r112114 now that SmallVector<...,0> is safe.John McCall2010-08-261-1/+3
* Revert r112114, "Pull DelayedDiagnostic and AccessedEntity out into their ownDaniel Dunbar2010-08-261-3/+1
* Pull DelayedDiagnostic and AccessedEntity out into their own header.John McCall2010-08-251-1/+3
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-1/+1
* Remove Sema.h's dependency on DeclCXX.h.John McCall2010-08-251-0/+1
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-2/+2
* Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall2010-08-231-1/+1
* DeclPtrTy -> Decl *John McCall2010-08-211-2/+1
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-1/+1
* HandleCommonNoReturnAttr() now only has a single caller. Move that logic to ...Ted Kremenek2010-08-191-22/+19
* Generate Attr subclasses with TableGen.Alexis Hunt2010-08-181-117/+108
* Diagnose use of iboutletcollection on ivar/propertyFariborz Jahanian2010-08-171-0/+14
* Patch to add type parameter support for attribute iboutletcollection.Fariborz Jahanian2010-08-171-4/+21
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-1/+1
* Downgrade error about nonnull attribute bbeing applied to a function without...Douglas Gregor2010-08-121-1/+1
* Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind ...Jordy Rose2010-08-121-29/+31
* Added vecreturn attribute parsing.John Thompson2010-08-091-0/+40
* Implement #pragma GCC visibility.Eli Friedman2010-08-051-1/+1
* After a lengthy design discussion, add support for "ownership attributes" for...Ted Kremenek2010-07-311-3/+172
* Add support for differentiating between attributes ignored when handled andChandler Carruth2010-07-081-1/+2
* Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis2010-07-071-1/+1
* Complain about the application of a transparent_union attribute to aDouglas Gregor2010-06-301-2/+3
* Implement dependent alignment attribute support. This is a bit gross given theChandler Carruth2010-06-251-12/+18
* Change Type::isFloatingType() to reflect the actual definition of aDouglas Gregor2010-06-221-1/+1
* implement support for -finstrument-functions, patch by NelsonChris Lattner2010-06-221-1/+20
* IRGen for implementation of init-priority attribute.Fariborz Jahanian2010-06-211-1/+1
* More Sema Check and a test case for init_priority attr.Fariborz Jahanian2010-06-181-0/+15
* Implements Sema part of init_priority(priority) attributeFariborz Jahanian2010-06-181-0/+36
* Introduce Type::isIntegralOrEnumerationType(), to cover those placesDouglas Gregor2010-06-161-1/+1
* Roll back r104941.John McCall2010-05-281-19/+3
* Add a new attribute on records, __attribute__((adl_invisible)), and defineJohn McCall2010-05-281-3/+19
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-191-1/+23
* Protect isIntegerConstantExpr from seeing type- or value-dependentDouglas Gregor2010-05-181-11/+22
* Add support for Microsoft's __thiscall, from Steven Watanabe!Douglas Gregor2010-05-181-0/+3
* Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointedJohn McCall2010-05-171-3/+3
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-1/+1
* Add calling convention related attributes to related declaration. Mark attrib...Abramo Bagnara2010-04-301-16/+35
* Attribute noreturn is now put in declaration attributes. Fixed a double warni...Abramo Bagnara2010-04-301-16/+14
* Rename BlockDecl::IsVariadic() to BlockDecl::isVariadic() to match the casingTed Kremenek2010-04-291-1/+1
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-1/+2
OpenPOWER on IntegriCloud