| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -13/+11 |
| * | Make -Wheader-hygiene not complain about USING_NAMESPACE_THROUGH_MACRO in a n... | Nico Weber | 2011-04-02 | 1 | -1/+1 |
| * | Fix PR9572 and neighboring lurking crashers. | Matt Beaumont-Gay | 2011-03-28 | 1 | -2/+13 |
| * | Reduce indentation using early exits and add a couple of comments. No | Chandler Carruth | 2011-03-27 | 1 | -17/+22 |
| * | Improve -Wheader-hygiene to warn about using directives inside linkage | Douglas Gregor | 2011-03-26 | 1 | -1/+14 |
| * | Fixup comments. | Anders Carlsson | 2011-03-25 | 1 | -4/+3 |
| * | Get rid of handling of the 'explicit' keyword from class-head. We still parse... | Anders Carlsson | 2011-03-25 | 1 | -20/+0 |
| * | Apply the nonnull attribute to constructor expressions too. | Nick Lewycky | 2011-03-25 | 1 | -0/+7 |
| * | Add a new warning for exit-time destructors. | Anders Carlsson | 2011-03-24 | 1 | -3/+7 |
| * | Fix Objective-C++ exceptions (GNU runtime). | David Chisnall | 2011-03-20 | 1 | -4/+1 |
| * | Add an opt-in -Wheader-hygiene, which current diagnoses the use of | Douglas Gregor | 2011-03-18 | 1 | -0/+6 |
| * | Fixed inconsistency when adding TemplateParameterListsInfo. | Abramo Bagnara | 2011-03-18 | 1 | -5/+2 |
| * | Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a ... | Richard Smith | 2011-03-17 | 1 | -3/+5 |
| * | Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep... | Sebastian Redl | 2011-03-13 | 1 | -1/+1 |
| * | Revert "Disable delegating constructors for 2.9" | Sebastian Redl | 2011-03-12 | 1 | -5/+1 |
| * | Disable delegating constructors for 2.9 | Sebastian Redl | 2011-03-12 | 1 | -1/+5 |
| * | Revert "Disable inherited constructors for 2.9." | Sebastian Redl | 2011-03-12 | 1 | -7/+3 |
| * | Disable inherited constructors for 2.9. | Sebastian Redl | 2011-03-12 | 1 | -3/+7 |
| * | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -51/+133 |
| * | Forgotten part of previous commit. | Abramo Bagnara | 2011-03-12 | 1 | -1/+5 |
| * | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -1/+1 |
| * | Avoid do drop outer template parameter lists on the floor. | Abramo Bagnara | 2011-03-10 | 1 | -2/+4 |
| * | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor | 2011-03-08 | 1 | -1/+8 |
| * | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara | 2011-03-08 | 1 | -7/+9 |
| * | Fixed NamespaceDecl source range. | Abramo Bagnara | 2011-03-08 | 1 | -5/+7 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -25/+29 |
| * | 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 |