Age | Commit message (Expand) | Author |
2011-05-02 | Remove redeclaration of Invalid. The code that set this to true was updating an | Nick Lewycky |
2011-05-01 | Store a parameter index and function prototype depth in every | John McCall |
2011-05-01 | Re-applies the patch first applied way back in r106099, with | Chandler Carruth |
2011-04-23 | Remove unnecessary const away cast in LateTemplateParserCallback. | Francois Pichet |
2011-04-22 | At the end of the translation unit, defining a vtable can introduce | Douglas Gregor |
2011-04-22 | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet |
2011-04-19 | We regard a function as 'unused' from the codegen perspective, so our warning... | Argyrios Kyrtzidis |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-03-14 | Implement instantiation of noexcept spec and add a test case. | Sebastian Redl |
2011-03-12 | Propagate the new exception information to FunctionProtoType. | Sebastian Redl |
2011-03-09 | Fixed InnerLocStart. | Abramo Bagnara |
2011-03-08 | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor |
2011-03-08 | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara |
2011-03-08 | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara |
2011-03-06 | We may fail to map a declaration in a template to its instantiated | Douglas Gregor |
2011-03-06 | Completed source ranges fixes for all classes inheriting from TypeDecl. | Abramo Bagnara |
2011-03-06 | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara |
2011-03-06 | Reinstate r127112, "Propagate new-style exception spec information to ExtProt... | Sebastian Redl |
2011-03-06 | Revert r127112, "Propagate new-style exception spec information to ExtProtoIn... | NAKAMURA Takumi |
2011-03-05 | Propagate new-style exception spec information to ExtProtoInfo. | Sebastian Redl |
2011-03-04 | After an error of any kind has occurred, don't assert when attempting | Douglas Gregor |
2011-03-04 | Patch up several Sema::FindInstantiatedDecl() callers, so that they'll | Douglas Gregor |
2011-03-04 | Make sure to put template parameters into their owning template's | Douglas Gregor |
2011-03-03 | Fix PR9390 in not one, but two ways: | Douglas Gregor |
2011-02-25 | Push nested-name-specifier source location information into namespace | Douglas Gregor |
2011-02-25 | Push nested-name-specifier source location information into using directives. | Douglas Gregor |
2011-02-25 | Maintain nested-name-specifier source-location information through | Douglas Gregor |
2011-02-25 | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor |
2011-02-25 | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor |
2011-02-24 | Retain complete source-location information for C++ | Douglas Gregor |
2011-02-24 | Tweak the CXXScopeSpec API a bit, so that we require the | Douglas Gregor |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-02-17 | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner |
2011-02-17 | Inline LocalInstantiationScope::getInstantiationOf into its one | Chris Lattner |
2011-02-14 | Change the context correctly when instantiating a static data member definition. | John McCall |
2011-02-14 | When parsing an out-of-line member function declaration, we must delay | John McCall |
2011-02-01 | The code trying to assign a typedef to an anonymous tag declaration was | John McCall |
2011-01-24 | Use attributes for all the override control specifiers. | Anders Carlsson |
2011-01-21 | Sema: process non-inheritable attributes on function declarations early | Peter Collingbourne |
2011-01-20 | When instantiating member functions, propagate whether the member function is... | Anders Carlsson |
2011-01-19 | Implement support for non-type template parameter packs whose type is | Douglas Gregor |
2011-01-19 | NonTypeTemplateParmDecls always have TypeSourceInfo. There's no sense | Douglas Gregor |
2011-01-14 | Handle substitutions into function parameter packs whose patterns | Douglas Gregor |
2011-01-14 | When we're instantiating a direct variable initializer that has a pack | Douglas Gregor |
2011-01-14 | Keep track of the number of expansions to be produced from a type pack | Douglas Gregor |
2011-01-11 | When mapping from a function parameter pack to the set of function | Douglas Gregor |
2011-01-11 | Implement the last bullet of [temp.deduct.type]p5 and part of the last | Douglas Gregor |
2011-01-10 | Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which | Douglas Gregor |
2011-01-08 | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Sean Hunt |