| Commit message (Expand) | Author | Age | Files | Lines |
* | --- Merging r127811 into '.': | Bill Wendling | 2011-03-21 | 1 | -3/+5 |
* | --- Merging r127980 into '.': | Bill Wendling | 2011-03-21 | 1 | -4/+1 |
* | --- Merging r127543 into '.': | Bill Wendling | 2011-03-14 | 1 | -1/+5 |
* | --- Merging r127541 into '.': | Bill Wendling | 2011-03-14 | 1 | -3/+7 |
* | noexcept isn't finished just yet: | Bill Wendling | 2011-03-14 | 1 | -13/+9 |
* | Reinstate r127112, "Propagate new-style exception spec information to ExtProt... | Sebastian Redl | 2011-03-06 | 1 | -9/+13 |
* | Revert r127112, "Propagate new-style exception spec information to ExtProtoIn... | NAKAMURA Takumi | 2011-03-06 | 1 | -13/+9 |
* | Propagate new-style exception spec information to ExtProtoInfo. | Sebastian Redl | 2011-03-05 | 1 | -9/+13 |
* | Move private structs into anonymous namespaces. | Benjamin Kramer | 2011-03-04 | 1 | -6/+8 |
* | -Woverloaded-virtual shouldn't warn for static functions. Fixes rdar://908343... | Argyrios Kyrtzidis | 2011-03-03 | 1 | -1/+2 |
* | Removed left brace location from LinkageSpecDecl. | Abramo Bagnara | 2011-03-03 | 1 | -2/+1 |
* | Fixed end source location for LinkageSpecDecl. | Abramo Bagnara | 2011-03-03 | 1 | -4/+9 |
* | Reinstate the introduction of source-location information for | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
* | Revert r126748, my second attempt at nested-name-specifier source | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
* | Reinstate r126737, extending the generation of type-source location | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
* | Revert r126737, the most recent nested-name-specifier location change, for bu... | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
* | Push nested-name-specifier source location information into elaborated | Douglas Gregor | 2011-03-01 | 1 | -1/+1 |
* | Push nested-name-specifier source location information into | Douglas Gregor | 2011-03-01 | 1 | -4/+4 |
* | Teach Sema::CheckTypenameType to use nested-name-specifiers with | Douglas Gregor | 2011-02-28 | 1 | -6/+6 |
* | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -2/+2 |
* | Implement delegating constructors partially. | Alexis Hunt | 2011-02-26 | 1 | -8/+61 |
* | Push nested-name-specifier source location information into namespace | Douglas Gregor | 2011-02-25 | 1 | -2/+1 |
* | Push nested-name-specifier source location information into using directives. | Douglas Gregor | 2011-02-25 | 1 | -4/+2 |
* | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -17/+14 |
* | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -2/+4 |
* | Tweak the CXXScopeSpec API a bit, so that we require the | Douglas Gregor | 2011-02-24 | 1 | -3/+2 |
* | When checking for abstract types, don't crash when we have a | Douglas Gregor | 2011-02-22 | 1 | -0/+3 |
* | Tweaks to C++0x deduced auto type support: | Richard Smith | 2011-02-21 | 1 | -2/+2 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -2/+35 |
* | Teach the virtual-functions-without-virtual-destructor warning to only | Douglas Gregor | 2011-02-19 | 1 | -1/+1 |
* | Fix PR8767, improve diagnostic wording when allocating an object of an | Chandler Carruth | 2011-02-18 | 1 | -1/+1 |
* | Save a copy expression for non-trivial copy constructions of catch variables. | John McCall | 2011-02-16 | 1 | -12/+26 |
* | Return a declaration to the parser when creating a field in C++ so that | John McCall | 2011-02-15 | 1 | -3/+1 |
* | When parsing an out-of-line member function declaration, we must delay | John McCall | 2011-02-14 | 1 | -4/+6 |
* | Give some convenient idiomatic accessors to Stmt::child_range and | John McCall | 2011-02-13 | 1 | -6/+3 |
* | For -Woverloaded-virtual take into account canonical methods. Fixes rdar://89... | Argyrios Kyrtzidis | 2011-02-10 | 1 | -2/+3 |
* | Basic implementation of inherited constructors. Only generates declarations, ... | Sebastian Redl | 2011-02-05 | 1 | -4/+228 |
* | Re-land r124768, with a fix for PR9130. | Anders Carlsson | 2011-02-05 | 1 | -7/+0 |
* | Implement -Woverloaded-virtual. | Argyrios Kyrtzidis | 2011-02-03 | 1 | -0/+102 |
* | Revert 124768. | Rafael Espindola | 2011-02-03 | 1 | -0/+7 |
* | Don't try to mark virtual members referenced for classes where the key function | Anders Carlsson | 2011-02-03 | 1 | -7/+0 |
* | Don't warn for -Wnon-virtual-dtor for dependent classes. | Argyrios Kyrtzidis | 2011-02-02 | 1 | -1/+1 |
* | Only warn for -Wnon-virtual-dtor for public destructors. Thanks to Benjamin K... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -2/+2 |
* | Warn if the class has virtual methods but non-virtual destructor. Addresses r... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+8 |
* | When building with optimizations, emit vtables where the key is not in the | Anders Carlsson | 2011-01-30 | 1 | -0/+7 |
* | Allow elision of invocations of move constructors from temporary objects. | Douglas Gregor | 2011-01-27 | 1 | -1/+1 |
* | Rvalue references for *this: | Douglas Gregor | 2011-01-26 | 1 | -1/+21 |
* | Don't insert class templates into the DynamicClasses vector. | Anders Carlsson | 2011-01-25 | 1 | -1/+1 |
* | Use attributes for all the override control specifiers. | Anders Carlsson | 2011-01-24 | 1 | -7/+7 |
* | Get rid of the [[final]] C++0x attribute. | Anders Carlsson | 2011-01-23 | 1 | -18/+7 |