Age | Commit message (Expand) | Author |
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 |
2010-03-24 | Implement a framework for the delay of arbitrary diagnostics within | John McCall |
2010-03-11 | Split C++ friend declarations into their own header/implementation file. | John McCall |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-03-05 | When we invalidate a declaration, make it public, so that it doesn't | Douglas Gregor |
2010-02-22 | Don't assert that we have a valid access specifier on an invalid | Douglas Gregor |
2010-02-17 | Fix unused function warning to handle used attributes and redeclarations. Upd... | Tanya Lattner |
2010-02-11 | Have ~ASTContext() delete StoredDeclsMap (internal to DeclContext) by | Ted Kremenek |
2010-01-22 | Create function, block, and template parameters in the context of the | John McCall |
2010-01-20 | First pass at collecting access-specifier information along inheritance paths. | John McCall |