| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor | 2011-03-08 | 1 | -2/+4 |
* | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara | 2011-03-08 | 1 | -1/+2 |
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -7/+11 |
* | We may fail to map a declaration in a template to its instantiated | Douglas Gregor | 2011-03-06 | 1 | -7/+26 |
* | Completed source ranges fixes for all classes inheriting from TypeDecl. | Abramo Bagnara | 2011-03-06 | 1 | -3/+3 |
* | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -3/+4 |
* | Reinstate r127112, "Propagate new-style exception spec information to ExtProt... | Sebastian Redl | 2011-03-06 | 1 | -2/+3 |
* | Revert r127112, "Propagate new-style exception spec information to ExtProtoIn... | NAKAMURA Takumi | 2011-03-06 | 1 | -3/+2 |
* | Propagate new-style exception spec information to ExtProtoInfo. | Sebastian Redl | 2011-03-05 | 1 | -2/+3 |
* | After an error of any kind has occurred, don't assert when attempting | Douglas Gregor | 2011-03-04 | 1 | -3/+5 |
* | Patch up several Sema::FindInstantiatedDecl() callers, so that they'll | Douglas Gregor | 2011-03-04 | 1 | -8/+30 |
* | Make sure to put template parameters into their owning template's | Douglas Gregor | 2011-03-04 | 1 | -1/+4 |
* | Fix PR9390 in not one, but two ways: | Douglas Gregor | 2011-03-03 | 1 | -1/+1 |
* | Push nested-name-specifier source location information into namespace | Douglas Gregor | 2011-02-25 | 1 | -3/+2 |
* | Push nested-name-specifier source location information into using directives. | Douglas Gregor | 2011-02-25 | 1 | -2/+3 |
* | Maintain nested-name-specifier source-location information through | Douglas Gregor | 2011-02-25 | 1 | -23/+17 |
* | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -51/+51 |
* | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor | 2011-02-25 | 1 | -16/+16 |
* | Retain complete source-location information for C++ | Douglas Gregor | 2011-02-24 | 1 | -6/+6 |
* | Tweak the CXXScopeSpec API a bit, so that we require the | Douglas Gregor | 2011-02-24 | 1 | -12/+6 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -3/+5 |
* | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -5/+24 |
* | Inline LocalInstantiationScope::getInstantiationOf into its one | Chris Lattner | 2011-02-17 | 1 | -1/+10 |
* | Change the context correctly when instantiating a static data member definition. | John McCall | 2011-02-14 | 1 | -3/+3 |
* | When parsing an out-of-line member function declaration, we must delay | John McCall | 2011-02-14 | 1 | -3/+2 |
* | The code trying to assign a typedef to an anonymous tag declaration was | John McCall | 2011-02-01 | 1 | -7/+9 |
* | Use attributes for all the override control specifiers. | Anders Carlsson | 2011-01-24 | 1 | -2/+0 |
* | Sema: process non-inheritable attributes on function declarations early | Peter Collingbourne | 2011-01-21 | 1 | -6/+2 |
* | When instantiating member functions, propagate whether the member function is... | Anders Carlsson | 2011-01-20 | 1 | -0/+4 |
* | Implement support for non-type template parameter packs whose type is | Douglas Gregor | 2011-01-19 | 1 | -17/+129 |
* | NonTypeTemplateParmDecls always have TypeSourceInfo. There's no sense | Douglas Gregor | 2011-01-19 | 1 | -10/+4 |
* | Handle substitutions into function parameter packs whose patterns | Douglas Gregor | 2011-01-14 | 1 | -1/+1 |
* | When we're instantiating a direct variable initializer that has a pack | Douglas Gregor | 2011-01-14 | 1 | -6/+6 |
* | Keep track of the number of expansions to be produced from a type pack | Douglas Gregor | 2011-01-14 | 1 | -5/+8 |
* | When mapping from a function parameter pack to the set of function | Douglas Gregor | 2011-01-11 | 1 | -3/+4 |
* | Implement the last bullet of [temp.deduct.type]p5 and part of the last | Douglas Gregor | 2011-01-11 | 1 | -0/+2 |
* | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor | 2011-01-10 | 1 | -1/+6 |
* | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -1/+1 |
* | When instantiating the arguments to an initializer, use the | Douglas Gregor | 2011-01-07 | 1 | -30/+4 |
* | Implement substitution of a function parameter pack for its set of | Douglas Gregor | 2011-01-07 | 1 | -17/+50 |
* | Implement support for template template parameter packs, e.g., | Douglas Gregor | 2011-01-05 | 1 | -2/+2 |
* | Implement pack expansion of base initializers, so that we can | Douglas Gregor | 2011-01-04 | 1 | -1/+65 |
* | Add an AST representation for non-type template parameter | Douglas Gregor | 2010-12-23 | 1 | -1/+2 |
* | Implement template argument deduction for pack expansions whose | Douglas Gregor | 2010-12-22 | 1 | -18/+7 |
* | Implement instantiation of pack expansions whose pattern is a type-id | Douglas Gregor | 2010-12-21 | 1 | -0/+55 |
* | Added missing IgnoreParens(). | Abramo Bagnara | 2010-12-14 | 1 | -4/+4 |
* | Restore r121752 without modification. | John McCall | 2010-12-14 | 1 | -7/+8 |
* | Pull out r121752 in case it's causing the selfhost breakage. | John McCall | 2010-12-14 | 1 | -8/+7 |
* | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall | 2010-12-14 | 1 | -7/+8 |
* | Skip ParenType on function instantiations. | Abramo Bagnara | 2010-12-13 | 1 | -3/+3 |