Age | Commit message (Expand) | Author |
2009-07-14 | Patch to build AST for ctor's initializer list according to | Fariborz Jahanian |
2009-07-14 | Pass the right brace SourceLocation from the Parser to the TagDecls. | Argyrios Kyrtzidis |
2009-07-11 | Implement more of C++0x 'auto'. A variable with an auto type specifier must h... | Anders Carlsson |
2009-07-02 | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor |
2009-07-01 | Patch to implement template types in ctor-initializer list. | Fariborz Jahanian |
2009-06-30 | Patch to support optional nested-name-specifier in in ctor-initializer | Fariborz Jahanian |
2009-06-30 | Preliminary parsing and ASTs for template-ids that refer to function | Douglas Gregor |
2009-06-27 | Make it possible for using decls to point to operators. Fixes PR4441. | Anders Carlsson |
2009-06-24 | Make sure that the template parameter lists get from the parser down to ActOn... | Douglas Gregor |
2009-06-23 | Start propagating template parameter lists to the right places to | Douglas Gregor |
2009-06-22 | Rework the way we track which declarations are "used" during | Douglas Gregor |
2009-06-20 | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor |
2009-06-19 | Keep track of when declarations are "used" according to C and | Douglas Gregor |
2009-06-17 | Implement correct name lookup inside an initializer of a C++ class static dat... | Argyrios Kyrtzidis |
2009-06-12 | add the location of the ')' in a do/while statement to DoStmt. | Chris Lattner |
2009-06-12 | Parse support for C++0x type parameter packs. | Anders Carlsson |
2009-06-12 | It's an error to use a function declared in a class definition as a default a... | Anders Carlsson |
2009-06-05 | Use of DeclContext for objc's ivars. No functionality | Fariborz Jahanian |
2009-06-05 | Address review comments for #pragma weak. | Eli Friedman |
2009-06-05 | Add parser support for #pragma weak. | Eli Friedman |
2009-05-30 | ActOnReturnStmt should also take a FullExprArg. | Anders Carlsson |
2009-05-30 | AddInitializerToDecl needs to take a full expression. | Anders Carlsson |
2009-05-29 | If a declarator group declares a type, make sure to add that declaration | Eli Friedman |
2009-05-28 | When we parse a tag specifier, keep track of whether that tag | Douglas Gregor |
2009-05-27 | Reimplement much of the way that we track nested classes in the | Douglas Gregor |
2009-05-19 | Add comment about FullExprArg. | Anders Carlsson |
2009-05-17 | Make ActOnWhileStmt take a FullExprArg for the condition expr. | Anders Carlsson |
2009-05-17 | Make ActOnExprStmt take a FullExprArg. | Anders Carlsson |
2009-05-17 | Fix DISABLE_SMART_POINTERS build. | Anders Carlsson |
2009-05-17 | Add the FullExprArg wrapper and use it for if statement conditions. | Anders Carlsson |
2009-05-16 | Implement a FIXME, we now pass in the locations of the braces for enums. | Mike Stump |
2009-05-14 | Implement explicit instantiations of member classes of class templates, e.g., | Douglas Gregor |
2009-05-12 | Implement parsing for explicit instantiations of class templates, e.g., | Douglas Gregor |
2009-05-11 | Add an ActOnFriendDecl and call it for friend class decls. | Anders Carlsson |
2009-05-10 | Implement C++0x nullptr. | Sebastian Redl |
2009-05-04 | Remove support for ObjCMethodDecl attributes that appear between the | Ted Kremenek |
2009-04-30 | Hook up Sema support for attributes on Objective-C method declarations that | Ted Kremenek |
2009-04-12 | fix some out of date comments pointed out by Sebastian | Chris Lattner |
2009-04-12 | Diagnose invalid uses of tagged types with a missing tag. For example, in: | Chris Lattner |
2009-04-12 | Parse deleted member functions. Parsing member declarations goes through a di... | Sebastian Redl |
2009-04-11 | change the interface to ActOnMethodDeclaration to pass down argument | Chris Lattner |
2009-04-11 | sink abstract typedefs like Action::ExprTy from the Action class | Chris Lattner |
2009-04-01 | Add some more code modification hints | Douglas Gregor |
2009-04-01 | Parsing, semantic analysis, and template instantiation for typename | Douglas Gregor |
2009-03-31 | Parsing and AST representation for dependent template names that occur | Douglas Gregor |
2009-03-30 | Improve the representation of template names in the AST. This | Douglas Gregor |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner |
2009-03-29 | Make the ActionResult optimization work for non-void*'s and switch DeclPtrTy ... | Chris Lattner |
2009-03-29 | genericize the ActionResult optimization for holding the "ininvalid" bit | Chris Lattner |
2009-03-29 | various cleanups | Chris Lattner |