Age | Commit message (Expand) | Author |
2010-08-16 | A field of incomplete type is sufficiently disruptive that we should mark | John McCall |
2010-08-16 | Emit diagnostic error when the field of an anonymous struct is non trivial. | Argyrios Kyrtzidis |
2010-08-15 | Don't warn for the common pattern of disallowing copying: | Argyrios Kyrtzidis |
2010-08-15 | Commit improved version of 111026 & 111027. | Argyrios Kyrtzidis |
2010-08-13 | Revert 111026 & 111027, build breakage. | Argyrios Kyrtzidis |
2010-08-13 | The unused warnings extravaganza continues. Warn for: | Argyrios Kyrtzidis |
2010-08-13 | Expand the unused warnings for functions. Warn for: | Argyrios Kyrtzidis |
2010-08-13 | Change Sema's UnusedStaticFuncs to UnusedFileScopedDecls to allow also keepin... | Argyrios Kyrtzidis |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-12 | Fix a crash on invalid when declaring an implicit member of a class with an | John McCall |
2010-08-11 | Added locations and type source info for DeclarationName. | Abramo Bagnara |
2010-08-11 | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor |
2010-08-10 | Fix redefinition of typedefs of fixable variably-modified array types; should | Eli Friedman |
2010-08-09 | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl |
2010-08-07 | Store inheritance paths after CastExprs instead of inside them. | John McCall |
2010-08-06 | Make sure that we diagnose attribute((overloadable)) functions without | Douglas Gregor |
2010-08-06 | Template keyword should not be ignored building a QualifiedTemplateName. | Abramo Bagnara |
2010-08-06 | Diagnose the use of "inline" on block-scope function declarations in | Douglas Gregor |
2010-08-06 | Properly pop out of Objective-C method declarations when they are (ill-formedly) | John McCall |
2010-08-05 | Implement #pragma GCC visibility. | Eli Friedman |
2010-08-04 | Only look up an 'operator delete' on the definition of a destructor, not on | John McCall |
2010-08-02 | Further adjustments to -Wglobal-constructors; works for references and direct | John McCall |
2010-08-02 | Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f... | Argyrios Kyrtzidis |
2010-08-01 | Kill off RequiresGlobalConstructor in favor of isConstantInitializer. | John McCall |
2010-08-01 | Make a first pass at implementing -Wglobal-constructors. I'm worried that this | John McCall |
2010-08-01 | Fix indentation. | John McCall |
2010-08-01 | Don't consider all local variables in C++ to mandate scope-checking, just | John McCall |
2010-08-01 | Only run the jump-checker if there's a branch-protected scope *and* there's | John McCall |
2010-07-30 | Fixed typedef inside extern "C". | Abramo Bagnara |
2010-07-29 | Allow a looser form of compatibility checking (which ignores | Douglas Gregor |
2010-07-28 | Don't set out-of-line template specialization/definition information | Douglas Gregor |
2010-07-26 | Fix namespace polution. | Dan Gohman |
2010-07-25 | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor |
2010-07-24 | Be careful; even though we had a proper name at the beginning of | Douglas Gregor |
2010-07-23 | We never want to pop the translation unit DC, so assert if this happens. | John McCall |
2010-07-20 | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl |
2010-07-16 | Revert Microsoft-specific override of the "typedef requires a name" | Douglas Gregor |
2010-07-16 | Suppress the "typedef requires a name" warning in Microsoft-extensions mode | Douglas Gregor |
2010-07-16 | Treat template parameters as part of the declaration-specifiers for the | John McCall |
2010-07-16 | Butcher a perfectly reasonable diagnostic to pacify old versions of SWIG. | Chandler Carruth |
2010-07-16 | Add builtin definition for scanf, including extending the builtin encoding to | Ted Kremenek |
2010-07-14 | When there are extra or missing template parameter lists in a template | Douglas Gregor |
2010-07-13 | Diagnose typedef of an operator name. Fixes PR7462 | Douglas Gregor |
2010-07-13 | Complain when an unnamed enumeration has no enumerations (in | Douglas Gregor |
2010-07-12 | Produce an error on encountering a pointer or reference to a qualified functi... | Sebastian Redl |
2010-07-07 | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis |
2010-07-02 | Lazily declare the implicitly-declared destructor in a C++ class. | Douglas Gregor |
2010-07-01 | Add a new routine Sema::LookupDestructor and make all destructor-lookup calls... | Douglas Gregor |
2010-07-01 | Remove unnecessary ASTContext parameter from | Douglas Gregor |
2010-07-01 | Reinstate fix for PR7526, which was failing because, now that we | Douglas Gregor |