| Commit message (Expand) | Author | Age | Files | Lines |
| * | Funciton -> Function | Peter Collingbourne | 2011-01-02 | 1 | -3/+3 |
| * | Unkown -> Unknown | Peter Collingbourne | 2011-01-02 | 1 | -2/+2 |
| * | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -1/+1 |
| * | Warn when message is sent to receiver of | Fariborz Jahanian | 2010-12-21 | 1 | -3/+8 |
| * | Validate Microsoft's uuid attribute string. | Francois Pichet | 2010-12-20 | 1 | -2/+40 |
| * | Add support for the Microsoft uuid attribute: | Francois Pichet | 2010-12-19 | 1 | -1/+26 |
| * | __attribute__((nonnull)) can apply to reference-to-pointer | Douglas Gregor | 2010-12-15 | 1 | -2/+2 |
| * | Added missing IgnoreParens(). | Abramo Bagnara | 2010-12-14 | 1 | -1/+1 |
| * | Basic, Sema: add support for CUDA launch_bounds attribute | Peter Collingbourne | 2010-12-12 | 1 | -0/+48 |
| * | Sema: diagnose kernel functions with non-void return type | Peter Collingbourne | 2010-12-12 | 1 | -0/+15 |
| * | Fix PR8720 by printing an error message with a substring that the gcc testsui... | Rafael Espindola | 2010-12-07 | 1 | -0/+5 |
| * | Remove a fixme which was fixed in a previous commit. | Argyrios Kyrtzidis | 2010-12-06 | 1 | -2/+0 |
| * | Use Sema's MarkDeclarationReferenced, which takes care of templates, instead ... | Argyrios Kyrtzidis | 2010-12-06 | 1 | -1/+1 |
| * | Use the source location of the parameter, when it makes sense, for diagnostic... | Argyrios Kyrtzidis | 2010-12-06 | 1 | -8/+10 |
| * | Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293 | Argyrios Kyrtzidis | 2010-12-04 | 1 | -0/+1 |
| * | Add some warning messages about invalid use of common/nocommon attributes. | Eric Christopher | 2010-12-03 | 1 | -2/+10 |
| * | Add support for the common and nocommon attributes. | Eric Christopher | 2010-12-02 | 1 | -0/+12 |
| * | 80-col fixups. | Eric Christopher | 2010-12-01 | 1 | -21/+38 |
| * | Basic, Sema: add support for CUDA location attributes | Peter Collingbourne | 2010-12-01 | 1 | -0/+105 |
| * | Remove static_casts from SemaDeclAttr.cpp | Peter Collingbourne | 2010-11-23 | 1 | -22/+22 |
| * | Drop the warning about __attribute__((may_alias)) being used | Dan Gohman | 2010-11-17 | 1 | -6/+0 |
| * | Front-end support for __attribute__((may_alias)). This is not | Dan Gohman | 2010-11-17 | 1 | -0/+17 |
| * | Re-work the handling of implicit 'this' arguments and silly GCC-style attribute | Chandler Carruth | 2010-11-16 | 1 | -19/+56 |
| * | Kill off the remaining places which generate CK_Unknown casts. | John McCall | 2010-11-16 | 1 | -2/+1 |
| * | Add support for "neon_vector_type" and "neon_polyvector_type" attributes | Bob Wilson | 2010-11-16 | 1 | -0/+2 |
| * | Assorted work leading towards the elimination of CK_Unknown. | John McCall | 2010-11-15 | 1 | -1/+2 |
| * | Don't compute linkage for a declaration as part of the #pragma weak | John McCall | 2010-10-27 | 1 | -8/+12 |
| * | Tidy up comment (remove extraneous text). | Ted Kremenek | 2010-10-21 | 1 | -2/+1 |
| * | Don't rely on a StringRef being null-terminated (it's not) for deprecation me... | Benjamin Kramer | 2010-10-09 | 1 | -6/+6 |
| * | Patch for adding message to unavailable attribute. | Fariborz Jahanian | 2010-10-06 | 1 | -4/+18 |
| * | Simplified code for deprecated attribute wih message a little. | Fariborz Jahanian | 2010-10-06 | 1 | -2/+2 |
| * | Add message to attribute(deprecated). | Fariborz Jahanian | 2010-10-06 | 1 | -10/+36 |
| * | Add support for attribute((naked)), patch by Zoxc on cfe-commits! | Daniel Dunbar | 2010-09-29 | 1 | -3/+21 |
| * | Patch to support transparent_union arguments | Fariborz Jahanian | 2010-09-27 | 1 | -0/+13 |
| * | Issue warning for trivial cases of nonnull attributes | Fariborz Jahanian | 2010-09-27 | 1 | -1/+6 |
| * | 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 |