| Commit message (Expand) | Author | Age | Files | Lines |
| * | When checking for a prior declaration of the name of a namespace, skip | Douglas Gregor | 2011-05-06 | 1 | -4/+15 |
| * | Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. | Alexis Hunt | 2011-05-06 | 1 | -4/+4 |
| * | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -2/+2 |
| * | Do defaulted constructors properly. | Alexis Hunt | 2011-05-06 | 1 | -2/+5 |
| * | Revert r130912 in order to approach defaulted functions from the other | Alexis Hunt | 2011-05-06 | 1 | -10/+4 |
| * | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -4/+96 |
| * | Implement some framework for defaulted constructors. | Alexis Hunt | 2011-05-05 | 1 | -4/+10 |
| * | Change cycle detection to be based off of a warning flag. | Alexis Hunt | 2011-05-05 | 1 | -3/+2 |
| * | there i fixed it | Alexis Hunt | 2011-05-04 | 1 | -41/+74 |
| * | Implement a better version of delegating constructor cycle detection. | Alexis Hunt | 2011-05-04 | 1 | -20/+57 |
| * | Ensure that delegating constructor loop detection uses canonical | Alexis Hunt | 2011-05-04 | 1 | -2/+2 |
| * | Ensure that destructors are properly inovked when an exception leaves | Alexis Hunt | 2011-05-03 | 1 | -0/+5 |
| * | Move the AST modifications to after the cycle detection in | Alexis Hunt | 2011-05-03 | 1 | -6/+12 |
| * | Remove unused variable, but keep function call with side-effect. | Nick Lewycky | 2011-05-02 | 1 | -1/+1 |
| * | Fully implement delegating constructors! | Alexis Hunt | 2011-05-01 | 1 | -0/+28 |
| * | Synthesizing the definition of an implicit member is an AST modification, so ... | Sebastian Redl | 2011-04-24 | 1 | -0/+17 |
| * | At the end of the translation unit, defining a vtable can introduce | Douglas Gregor | 2011-04-22 | 1 | -1/+3 |
| * | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet | 2011-04-22 | 1 | -0/+19 |
| * | Don't enter a qualified scope for an invalid decl. | Argyrios Kyrtzidis | 2011-04-22 | 1 | -2/+2 |
| * | For consistency, change suffix from war_ to warn_ for some Microsoft warnings... | Francois Pichet | 2011-04-22 | 1 | -1/+1 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -4/+59 |
| * | Refactor 129240 to merge the old default argument into the new parameter. | Francois Pichet | 2011-04-10 | 1 | -5/+13 |
| * | MSVC accepts that default parameters be redefined for member functions | Francois Pichet | 2011-04-10 | 1 | -3/+14 |
| * | 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 |