| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Diagnose typedef of an operator name. Fixes PR7462 | Douglas Gregor | 2010-07-13 | 1 | -0/+6 |
* | Complain when an unnamed enumeration has no enumerations (in | Douglas Gregor | 2010-07-13 | 1 | -0/+8 |
* | Produce an error on encountering a pointer or reference to a qualified functi... | Sebastian Redl | 2010-07-12 | 1 | -0/+17 |
* | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis | 2010-07-07 | 1 | -3/+3 |
* | Lazily declare the implicitly-declared destructor in a C++ class. | Douglas Gregor | 2010-07-02 | 1 | -1/+1 |
* | Add a new routine Sema::LookupDestructor and make all destructor-lookup calls... | Douglas Gregor | 2010-07-01 | 1 | -1/+1 |
* | Remove unnecessary ASTContext parameter from | Douglas Gregor | 2010-07-01 | 1 | -1/+1 |
* | Reinstate fix for PR7526, which was failing because, now that we | Douglas Gregor | 2010-07-01 | 1 | -1/+1 |
* | Revert r107374, which broke bootstrap. | Douglas Gregor | 2010-07-01 | 1 | -1/+1 |
* | When building the type of a destructor, make sure to keep the | Douglas Gregor | 2010-07-01 | 1 | -1/+1 |
* | Add comment for my last patch. | Fariborz Jahanian | 2010-06-25 | 1 | -1/+7 |
* | Fixes a regression when redeclaration of a global satic | Fariborz Jahanian | 2010-06-24 | 1 | -1/+2 |
* | In C++, allow a declaration of an enum to follow a definition of that | Douglas Gregor | 2010-06-22 | 1 | -4/+11 |
* | Fixes a corner case bug whereby declaring and defining an extern variable in a | Fariborz Jahanian | 2010-06-21 | 1 | -0/+4 |
* | Merge the "regparm" attribute from a previous declaration of a | Douglas Gregor | 2010-06-18 | 1 | -2/+16 |
* | Fix the recently-added warning about 'typename' and 'template' | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
* | Don't poke at an undefined class type of a field. Fixes PR7355. | Douglas Gregor | 2010-06-16 | 1 | -34/+35 |
* | Fix the build. Using declarations should not be considering when looking | John McCall | 2010-06-16 | 1 | -1/+1 |
* | Fix a point of semantics with using declaration hiding: method templates | John McCall | 2010-06-16 | 1 | -8/+6 |
* | Give Type::isIntegralType() an ASTContext parameter, so that it | Douglas Gregor | 2010-06-16 | 1 | -2/+2 |
* | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor | 2010-06-16 | 1 | -3/+3 |
* | Patch adds support for copying of those | Fariborz Jahanian | 2010-06-15 | 1 | -0/+6 |
* | Allocate template parameter lists for out-of-line definitions via the | Douglas Gregor | 2010-06-15 | 1 | -3/+6 |
* | Added template parameters info for out-of-line definitions of class template ... | Abramo Bagnara | 2010-06-12 | 1 | -5/+26 |
* | Split DependentNameType into two types. DependentNameType represents the | John McCall | 2010-06-11 | 1 | -8/+2 |