Age | Commit message (Expand) | Author |
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 |
2010-08-18 | Generate Attr subclasses with TableGen. | Sean Hunt |
2010-07-30 | When we are deserializing the lexical decls of a DeclContext from PCH, notify... | Argyrios Kyrtzidis |
2010-07-27 | - Fix recording of offsets of types in dependent PCHs. | Sebastian Redl |
2010-07-25 | Remove destructors from declaration nodes | Douglas Gregor |
2010-07-25 | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor |
2010-07-13 | Instantiate attributes when first building an instantiated | Fariborz Jahanian |
2010-07-12 | Copy over attributes to instantiated variable. | Fariborz Jahanian |
2010-07-07 | Remove Decl::getCompoundBody(). | Argyrios Kyrtzidis |
2010-07-07 | Simplify code. CompoundStmt's RBraceLoc can be found using its SourceRange too. | Argyrios Kyrtzidis |
2010-07-07 | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis |
2010-07-04 | When adding a visible decl, deserialize the visible decls and add it. | Argyrios Kyrtzidis |
2010-07-03 | Lazily declare default constructors. We now delay the construction of | Douglas Gregor |
2010-07-02 | Disable Decl::CheckAccessDeclContext() temporarily. | Argyrios Kyrtzidis |
2010-06-17 | Given Decl::isUsed() a flag indicating when to consider the "used" | Douglas Gregor |
2010-06-11 | Fix PCH issue. Attributes of a declaration were truncated to just one when th... | Argyrios Kyrtzidis |
2010-06-05 | Added AccessSpecDecl node. | Abramo Bagnara |
2010-06-01 | Alter the ExternalASTSource interface to permit by-name lookups. PCH continu... | John McCall |
2010-05-30 | Convert DeclNodes to use TableGen. | Sean Hunt |
2010-05-11 | Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor |
2010-04-23 | Recommit my change to how C++ does elaborated type lookups, now with | John McCall |
2010-04-23 | Revert "C++ doesn't really use "namespaces" for different kinds of names the ... | Daniel Dunbar |
2010-04-23 | C++ doesn't really use "namespaces" for different kinds of names the same | John McCall |
2010-04-22 | Make TemplateDecl and ObjCContainerDecl abstract | Douglas Gregor |
2010-04-22 | Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they | Douglas Gregor |
2010-03-31 | Remove the AST statistics tracking I added yesterday; it didn't pan out. | Douglas Gregor |
2010-03-30 | Introduce new AST statistics that keep track of the number of isa (or | Douglas Gregor |
2010-03-29 | When copying a partial diagnostic into a DependentDiagnostic, allocate | Douglas Gregor |
2010-03-29 | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor |