| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add more error checking to attribute vecreturn | John Thompson | 2010-09-18 | 1 | -1/+22 |
| * | Relax __attribute_((nonnull)) checking to allow the attribute on functions wi... | Ted Kremenek | 2010-09-09 | 1 | -3/+3 |
| * | Add symantic support for the Pascal calling convention via | Dawn Perchik | 2010-09-03 | 1 | -0/+4 |
| * | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 1 | -7/+5 |
| * | Add a missing return. Bug noticed by Dawn Perchik! | Douglas Gregor | 2010-08-30 | 1 | -0/+1 |
| * | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -1/+1 |
| * | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall | 2010-08-26 | 1 | -2/+2 |
| * | Restore r112114 now that SmallVector<...,0> is safe. | John McCall | 2010-08-26 | 1 | -1/+3 |
| * | Revert r112114, "Pull DelayedDiagnostic and AccessedEntity out into their own | Daniel Dunbar | 2010-08-26 | 1 | -3/+1 |
| * | Pull DelayedDiagnostic and AccessedEntity out into their own header. | John McCall | 2010-08-25 | 1 | -1/+3 |
| * | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
| * | Remove Sema.h's dependency on DeclCXX.h. | John McCall | 2010-08-25 | 1 | -0/+1 |
| * | Abstract out passing around types and kill off ActionBase. | John McCall | 2010-08-24 | 1 | -2/+2 |
| * | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -1/+1 |
| * | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -2/+1 |
| * | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -1/+1 |
| * | HandleCommonNoReturnAttr() now only has a single caller. Move that logic to ... | Ted Kremenek | 2010-08-19 | 1 | -22/+19 |
| * | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -117/+108 |
| * | Diagnose use of iboutletcollection on ivar/property | Fariborz Jahanian | 2010-08-17 | 1 | -0/+14 |
| * | Patch to add type parameter support for attribute iboutletcollection. | Fariborz Jahanian | 2010-08-17 | 1 | -4/+21 |
| * | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -1/+1 |
| * | Downgrade error about nonnull attribute bbeing applied to a function without... | Douglas Gregor | 2010-08-12 | 1 | -1/+1 |
| * | Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind ... | Jordy Rose | 2010-08-12 | 1 | -29/+31 |
| * | Added vecreturn attribute parsing. | John Thompson | 2010-08-09 | 1 | -0/+40 |
| * | Implement #pragma GCC visibility. | Eli Friedman | 2010-08-05 | 1 | -1/+1 |
| * | After a lengthy design discussion, add support for "ownership attributes" for... | Ted Kremenek | 2010-07-31 | 1 | -3/+172 |
| * | Add support for differentiating between attributes ignored when handled and | Chandler Carruth | 2010-07-08 | 1 | -1/+2 |
| * | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis | 2010-07-07 | 1 | -1/+1 |
| * | Complain about the application of a transparent_union attribute to a | Douglas Gregor | 2010-06-30 | 1 | -2/+3 |
| * | Implement dependent alignment attribute support. This is a bit gross given the | Chandler Carruth | 2010-06-25 | 1 | -12/+18 |
| * | Change Type::isFloatingType() to reflect the actual definition of a | Douglas Gregor | 2010-06-22 | 1 | -1/+1 |
| * | implement support for -finstrument-functions, patch by Nelson | Chris Lattner | 2010-06-22 | 1 | -1/+20 |
| * | IRGen for implementation of init-priority attribute. | Fariborz Jahanian | 2010-06-21 | 1 | -1/+1 |
| * | More Sema Check and a test case for init_priority attr. | Fariborz Jahanian | 2010-06-18 | 1 | -0/+15 |
| * | Implements Sema part of init_priority(priority) attribute | Fariborz Jahanian | 2010-06-18 | 1 | -0/+36 |
| * | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
| * | Roll back r104941. | John McCall | 2010-05-28 | 1 | -19/+3 |
| * | Add a new attribute on records, __attribute__((adl_invisible)), and define | John McCall | 2010-05-28 | 1 | -3/+19 |
| * | Add clang support for IBOutletCollection. | Ted Kremenek | 2010-05-19 | 1 | -1/+23 |
| * | Protect isIntegerConstantExpr from seeing type- or value-dependent | Douglas Gregor | 2010-05-18 | 1 | -11/+22 |
| * | Add support for Microsoft's __thiscall, from Steven Watanabe! | Douglas Gregor | 2010-05-18 | 1 | -0/+3 |
| * | Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointed | John McCall | 2010-05-17 | 1 | -3/+3 |
| * | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -1/+1 |
| * | Add calling convention related attributes to related declaration. Mark attrib... | Abramo Bagnara | 2010-04-30 | 1 | -16/+35 |
| * | Attribute noreturn is now put in declaration attributes. Fixed a double warni... | Abramo Bagnara | 2010-04-30 | 1 | -16/+14 |
| * | Rename BlockDecl::IsVariadic() to BlockDecl::isVariadic() to match the casing | Ted Kremenek | 2010-04-29 | 1 | -1/+1 |
| * | Keep track of the actual storage specifier written on a variable or | Douglas Gregor | 2010-04-19 | 1 | -1/+2 |
| * | Feed proper source-location information into Sema::LookupSingleResult, | Douglas Gregor | 2010-04-15 | 1 | -1/+4 |
| * | Twik to radar 7839485. Do not attach weak_import attribute to class | Fariborz Jahanian | 2010-04-13 | 1 | -3/+3 |
| * | Turn off warning about weak_import attribute | Fariborz Jahanian | 2010-04-13 | 1 | -3/+1 |