Age | Commit message (Expand) | Author |
2009-11-17 | Instead of hanging a using declaration's target decls directly off the using | John McCall |
2009-10-16 | Keep track of whether declararions were loaded from a precompiled | Douglas Gregor |
2009-10-01 | Anonymous namespaces, sema + codegen. A lot of semantics are still broken, | John McCall |
2009-09-26 | Make Decl::dump const. | Anders Carlsson |
2009-09-14 | Skeletal support for friend class templates. | John McCall |
2009-09-13 | Fix a bug in getFriendObjectKind where we would clear out all mask bits excep... | Anders Carlsson |
2009-09-10 | When performing unqualified name lookup into a DeclContext, also look into | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-01 | Add DeclContext::Equals to compare declaration contexts based on their primar... | Douglas Gregor |
2009-08-31 | Fix bug 4784 and allow friend declarations to properly extend | John McCall |
2009-08-28 | Omnibus friend decl refactoring. Instead of cloning AST classes for friend | John McCall |
2009-08-27 | When checking whether one declaration context encloses another, make sure to ... | Douglas Gregor |
2009-08-11 | Argument-dependent lookup for friend declarations. Add a new decl type, | John McCall |
2009-08-07 | Just add global scope to the associated namespaces set instead of tracking it | John McCall |
2009-07-27 | Make ObjCImplDecl inherit from ObjCContainerDecl. | Argyrios Kyrtzidis |
2009-07-21 | Add an assertion for the return value of Decl::getNextRedeclaration(). | Argyrios Kyrtzidis |
2009-07-18 | Fix a comment. | Argyrios Kyrtzidis |
2009-07-18 | Introduce a redecl_iterator in Decl class, so that we can do a "iterate over ... | Argyrios Kyrtzidis |
2009-07-18 | Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth... | Argyrios Kyrtzidis |
2009-07-17 | ObjCCategoryImplDecl and ObjCImplementation do not derive directly from DeclC... | Argyrios Kyrtzidis |
2009-07-05 | Introduce the virtual method Decl::getPrimaryDecl(). | Argyrios Kyrtzidis |
2009-06-30 | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis |
2009-06-30 | Introduce DeclContext::getParentASTContext(). | Argyrios Kyrtzidis |
2009-06-30 | Remove the ASTContext parameter from the getBody() methods of Decl and subcla... | Argyrios Kyrtzidis |
2009-06-30 | Remove the ASTContext parameter from the printing related methods of Decl. | Argyrios Kyrtzidis |
2009-06-30 | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis |
2009-06-29 | -Keep a reference to the ASTContext inside the TranslationUnitDecl. | Argyrios Kyrtzidis |
2009-06-25 | Improved semantic analysis and AST respresentation for function | Douglas Gregor |
2009-06-20 | Introduce Decl::getSourceRange() which, like Stmt::getSourceRange(), represen... | Argyrios Kyrtzidis |
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-18 | Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. | Douglas Gregor |
2009-06-17 | Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine. | Argyrios Kyrtzidis |
2009-06-13 | Improvements to TemplateArgumentListBuilder to make it work better with param... | Anders Carlsson |
2009-05-30 | Expose an API to print a group of decls (like "int a,b;"). | Eli Friedman |
2009-05-30 | Refactor and clean up the AST printer, so that it uses a DeclVisitor, | Douglas Gregor |
2009-05-28 | Introduced DeclContext::isDependentContext, which determines whether a | Douglas Gregor |
2009-04-26 | Implement function-try-blocks. However, there's a very subtle bug that I can'... | Sebastian Redl |
2009-04-24 | Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g... | Douglas Gregor |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-04-18 | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor |
2009-04-12 | add a new Decl::hasAttr<T>() predicate. | Chris Lattner |
2009-04-10 | Various minor fixes to PCH reading and writing, with general | Douglas Gregor |
2009-04-09 | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-04-09 | Simple DeclContext's internal representation by always storing a | Douglas Gregor |
2009-04-07 | Move the internal DeclContext data structures into a separate header. | Douglas Gregor |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner |
2009-03-29 | switch DeclBase::DeclCtx to the new happy and type-safe | Chris Lattner |
2009-03-29 | adjust to llvm mainline changes. | Chris Lattner |