Age | Commit message (Expand) | Author |
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 |
2009-03-28 | rename NextDeclInScope to NextDeclInContext, since the pointer | Chris Lattner |
2009-03-28 | simplify getNextDeclInScope | Chris Lattner |
2009-03-27 | minor cleanups: make getIdentifierNamespace() be a single load | Chris Lattner |
2009-03-27 | reduce # const_casts, no functionality change. | Chris Lattner |
2009-03-27 | change Decl::DeclCtx to use a PointerIntPair instead of hand bitmangling. | Chris Lattner |
2009-03-25 | Tighten the setAccess assert. We now allow AS_none if the decl contex is not ... | Anders Carlsson |
2009-03-25 | It doesn't make sense to set the access specifier to AS_none (I think) | Anders Carlsson |
2009-03-21 | partially inline getAttrs() to speed up PR3810 (and lots of | Chris Lattner |
2009-03-12 | API fix: All "bodies" for functions, Objective-C methods, blocks, are assumed to | Ted Kremenek |
2009-03-11 | Eliminate CXXClassVarDecl. It doesn't add anything | Douglas Gregor |
2009-03-05 | rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. | Chris Lattner |
2009-03-04 | Woot, save 8 bytes in Decl on 64-bit by reordering fields. This | Daniel Dunbar |
2009-02-26 | Use RecordFirst/RecordLast range checks in DeclContext | Douglas Gregor |
2009-02-25 | Perform additional semantic checking of class template | Douglas Gregor |