Age | Commit message (Expand) | Author |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-15 | Augment the interface of ExternalASTSource::FindExternalLexicalDecls() | Douglas Gregor |
2011-07-04 | Switch the Decl and Stmt stats printing to use llvm::errs() instead of | Chandler Carruth |
2011-06-23 | Apparently at some point in the past I forgot how 'continue' | John McCall |
2011-06-23 | Move definition of template <typename T> void Decl::dropAttr | Fariborz Jahanian |
2011-06-23 | Minor tweak to my last patch per Doug's comment. | Fariborz Jahanian |
2011-06-23 | Remove multiple use of weak_import attribute on | Fariborz Jahanian |
2011-06-23 | Remove weak_import attribute on new declaration. | Fariborz Jahanian |
2011-05-06 | Implement a minor optimization by not introducing declarations into | Douglas Gregor |
2011-05-05 | Implement support for C++0x alias templates. | Richard Smith |
2011-04-23 | Remove unused STL header includes. | Jay Foad |
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-03-26 | Extend the new 'availability' attribute with support for an | Douglas Gregor |
2011-03-23 | remove a dead variable. | Chris Lattner |
2011-03-23 | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor |
2011-03-05 | When we're deserializing a template parameter declaration, temporarily | Douglas Gregor |
2011-03-04 | Make sure to put template parameters into their owning template's | Douglas Gregor |
2011-02-22 | Provide a Decl::getNonClosureContext to look through any "closure" (i.e. | John McCall |
2011-02-19 | Revert all of my commits that devirtualized the Decl hierarchy, which | Douglas Gregor |
2011-02-17 | Remove the last virtual member function from the Decl hierarchy, | Douglas Gregor |
2011-02-17 | Devirtualize Decl::getNextRedeclaration(). | Douglas Gregor |
2011-02-17 | Simple little optimization to Decl::getCanonicalDecl(), eliminating some heav... | Douglas Gregor |
2011-02-17 | Devirtualize Decl::getSourceRange() | Douglas Gregor |
2011-02-17 | Devirtualize Decl::getCanonicalDecl(). | Douglas Gregor |
2011-02-17 | Step #1/N of implementing support for __label__: split labels into | Chris Lattner |
2011-02-17 | Devirtualize Decl::getBody() and Decl::hasBody(). | Douglas Gregor |
2011-02-17 | De-virtualize Decl::isOutOfLine(). | Douglas Gregor |
2011-01-05 | Add Decl::isParameterPack(), which covers both function and template | Douglas Gregor |
2011-01-05 | Implement support for template template parameter packs, e.g., | Douglas Gregor |
2010-12-23 | Add an AST representation for non-type template parameter | Douglas Gregor |
2010-12-06 | Revert r120808, my previous implementation of caching for the linkage | Douglas Gregor |
2010-12-03 | Implement caching for the linkage and visibility calculations of | Douglas Gregor |
2010-12-02 | Eliminate two uses of NDEBUG in headers that cause different symbols | Douglas Gregor |
2010-11-21 | Major anonymous union/struct redesign. | Francois Pichet |
2010-10-28 | Use the ASTMutationListener to track when a named decl gets added to a DeclCo... | Argyrios Kyrtzidis |
2010-10-26 | A couple of tweaks to the visibility rules: | John McCall |
2010-10-24 | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis |
2010-10-14 | Allow deserialization of just the fields of a record, when we want to iterate... | Argyrios Kyrtzidis |
2010-10-08 | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor |
2010-09-27 | Centralize the handling of | Douglas Gregor |
2010-09-27 | Clean up the handling of the DeclaredDefaultConstructor and | Douglas Gregor |
2010-09-08 | Decl::CheckAccessDeclContext() keeps asserting. Access is not set in some cases. | Argyrios Kyrtzidis |
2010-09-08 | Re-enable CheckAccessDeclContext and make sure it doesn't trigger assertions. | Argyrios Kyrtzidis |
2010-08-31 | Make inline namespace not be transparent after all. The concept simply doesn'... | Sebastian Redl |
2010-08-31 | Enable inline namespaces in the AST. | Sebastian Redl |
2010-08-31 | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl |
2010-08-31 | Decl::getEnclosingNamespaceContext has no reason to explicitly skip transpare... | Sebastian Redl |
2010-08-20 | Fix an issue with writing to PCH another included PCH, introduced by the "usi... | Argyrios Kyrtzidis |
2010-08-20 | Use the AST on-disk hash table for name lookup inside a DeclContext. | Argyrios Kyrtzidis |