| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support for IRGen of synthesize bitfield ivars in | Fariborz Jahanian | 2010-08-23 | 1 | -2/+6 |
| * | Push DeclGroupRefs and TemplateNames in an opaque but type-safe way | John McCall | 2010-08-23 | 1 | -2/+1 |
| * | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -2/+2 |
| * | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -116/+103 |
| * | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -2/+2 |
| * | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -30/+50 |
| * | Emit an error if an array is too large. We're slightly more strict | Douglas Gregor | 2010-08-18 | 1 | -12/+39 |
| * | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar | 2010-08-17 | 1 | -1/+1 |
| * | A field of incomplete type is sufficiently disruptive that we should mark | John McCall | 2010-08-16 | 1 | -1/+4 |
| * | Emit diagnostic error when the field of an anonymous struct is non trivial. | Argyrios Kyrtzidis | 2010-08-16 | 1 | -21/+42 |
| * | Don't warn for the common pattern of disallowing copying: | Argyrios Kyrtzidis | 2010-08-15 | 1 | -12/+30 |
| * | Commit improved version of 111026 & 111027. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -18/+65 |
| * | Revert 111026 & 111027, build breakage. | Argyrios Kyrtzidis | 2010-08-13 | 1 | -46/+18 |
| * | The unused warnings extravaganza continues. Warn for: | Argyrios Kyrtzidis | 2010-08-13 | 1 | -5/+19 |
| * | Expand the unused warnings for functions. Warn for: | Argyrios Kyrtzidis | 2010-08-13 | 1 | -18/+32 |
| * | Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keepin... | Argyrios Kyrtzidis | 2010-08-13 | 1 | -12/+24 |
| * | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -3/+3 |
| * | Fix a crash on invalid when declaring an implicit member of a class with an | John McCall | 2010-08-12 | 1 | -1/+7 |
| * | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -76/+112 |
| * | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor | 2010-08-11 | 1 | -0/+39 |
| * | Fix redefinition of typedefs of fixable variably-modified array types; should | Eli Friedman | 2010-08-10 | 1 | -8/+10 |
| * | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl | 2010-08-09 | 1 | -39/+0 |
| * | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -5/+5 |
| * | Make sure that we diagnose attribute((overloadable)) functions without | Douglas Gregor | 2010-08-06 | 1 | -19/+15 |
| * | Template keyword should not be ignored building a QualifiedTemplateName. | Abramo Bagnara | 2010-08-06 | 1 | -1/+2 |
| * | Diagnose the use of "inline" on block-scope function declarations in | Douglas Gregor | 2010-08-06 | 1 | -0/+11 |
| * | Properly pop out of Objective-C method declarations when they are (ill-formedly) | John McCall | 2010-08-06 | 1 | -1/+3 |
| * | Implement #pragma GCC visibility. | Eli Friedman | 2010-08-05 | 1 | -0/+15 |
| * | Only look up an 'operator delete' on the definition of a destructor, not on | John McCall | 2010-08-04 | 1 | -7/+5 |
| * | Further adjustments to -Wglobal-constructors; works for references and direct | John McCall | 2010-08-02 | 1 | -4/+7 |
| * | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis | 2010-08-02 | 1 | -3/+3 |
| * | Kill off RequiresGlobalConstructor in favor of isConstantInitializer. | John McCall | 2010-08-01 | 1 | -53/+2 |
| * | Make a first pass at implementing -Wglobal-constructors. I'm worried that this | John McCall | 2010-08-01 | 1 | -1/+64 |
| * | Fix indentation. | John McCall | 2010-08-01 | 1 | -9/+9 |
| * | Don't consider all local variables in C++ to mandate scope-checking, just | John McCall | 2010-08-01 | 1 | -2/+10 |
| * | Only run the jump-checker if there's a branch-protected scope *and* there's | John McCall | 2010-08-01 | 1 | -6/+2 |
| * | Fixed typedef inside extern "C". | Abramo Bagnara | 2010-07-30 | 1 | -29/+9 |
| * | Allow a looser form of compatibility checking (which ignores | Douglas Gregor | 2010-07-29 | 1 | -3/+5 |
| * | Don't set out-of-line template specialization/definition information | Douglas Gregor | 2010-07-28 | 1 | -2/+2 |
| * | Fix namespace polution. | Dan Gohman | 2010-07-26 | 1 | -0/+3 |
| * | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -4/+1 |
| * | Be careful; even though we had a proper name at the beginning of | Douglas Gregor | 2010-07-24 | 1 | -1/+1 |
| * | We never want to pop the translation unit DC, so assert if this happens. | John McCall | 2010-07-23 | 1 | -0/+1 |
| * | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -1/+1 |
| * | Revert Microsoft-specific override of the "typedef requires a name" | Douglas Gregor | 2010-07-16 | 1 | -4/+3 |
| * | Suppress the "typedef requires a name" warning in Microsoft-extensions mode | Douglas Gregor | 2010-07-16 | 1 | -2/+3 |
| * | Treat template parameters as part of the declaration-specifiers for the | John McCall | 2010-07-16 | 1 | -1/+1 |
| * | Butcher a perfectly reasonable diagnostic to pacify old versions of SWIG. | Chandler Carruth | 2010-07-16 | 1 | -5/+5 |
| * | Add builtin definition for scanf, including extending the builtin encoding to | Ted Kremenek | 2010-07-16 | 1 | -0/+6 |
| * | When there are extra or missing template parameter lists in a template | Douglas Gregor | 2010-07-14 | 1 | -5/+19 |