| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up the handling of the DeclaredDefaultConstructor and | Douglas Gregor | 2010-09-27 | 1 | -0/+8 |
* | Decl::CheckAccessDeclContext() keeps asserting. Access is not set in some cases. | Argyrios Kyrtzidis | 2010-09-08 | 1 | -4/+9 |
* | Re-enable CheckAccessDeclContext and make sure it doesn't trigger assertions. | Argyrios Kyrtzidis | 2010-09-08 | 1 | -4/+6 |
* | Make inline namespace not be transparent after all. The concept simply doesn'... | Sebastian Redl | 2010-08-31 | 1 | -10/+13 |
* | Enable inline namespaces in the AST. | Sebastian Redl | 2010-08-31 | 1 | -1/+1 |
* | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 1 | -6/+24 |
* | Decl::getEnclosingNamespaceContext has no reason to explicitly skip transpare... | Sebastian Redl | 2010-08-31 | 1 | -1/+1 |
* | Fix an issue with writing to PCH another included PCH, introduced by the "usi... | Argyrios Kyrtzidis | 2010-08-20 | 1 | -0/+28 |
* | Use the AST on-disk hash table for name lookup inside a DeclContext. | Argyrios Kyrtzidis | 2010-08-20 | 1 | -91/+13 |
* | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -16/+6 |
* | When we are deserializing the lexical decls of a DeclContext from PCH, notify... | Argyrios Kyrtzidis | 2010-07-30 | 1 | -0/+3 |
* | - Fix recording of offsets of types in dependent PCHs. | Sebastian Redl | 2010-07-27 | 1 | -0/+8 |
* | Remove destructors from declaration nodes | Douglas Gregor | 2010-07-25 | 1 | -6/+1 |
* | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -43/+1 |
* | Instantiate attributes when first building an instantiated | Fariborz Jahanian | 2010-07-13 | 1 | -12/+0 |
* | Copy over attributes to instantiated variable. | Fariborz Jahanian | 2010-07-12 | 1 | -0/+11 |
* | Remove Decl::getCompoundBody(). | Argyrios Kyrtzidis | 2010-07-07 | 1 | -4/+0 |
* | Simplify code. CompoundStmt's RBraceLoc can be found using its SourceRange too. | Argyrios Kyrtzidis | 2010-07-07 | 1 | -8/+4 |
* | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis | 2010-07-07 | 1 | -0/+9 |
* | When adding a visible decl, deserialize the visible decls and add it. | Argyrios Kyrtzidis | 2010-07-04 | 1 | -9/+10 |
* | Lazily declare default constructors. We now delay the construction of | Douglas Gregor | 2010-07-03 | 1 | -0/+6 |
* | Disable Decl::CheckAccessDeclContext() temporarily. | Argyrios Kyrtzidis | 2010-07-02 | 1 | -4/+6 |
* | Given Decl::isUsed() a flag indicating when to consider the "used" | Douglas Gregor | 2010-06-17 | 1 | -3/+3 |
* | Fix PCH issue. Attributes of a declaration were truncated to just one when th... | Argyrios Kyrtzidis | 2010-06-11 | 1 | -0/+11 |
* | Added AccessSpecDecl node. | Abramo Bagnara | 2010-06-05 | 1 | -0/+1 |
* | Alter the ExternalASTSource interface to permit by-name lookups. PCH continu... | John McCall | 2010-06-01 | 1 | -22/+85 |
* | Convert DeclNodes to use TableGen. | Alexis Hunt | 2010-05-30 | 1 | -49/+61 |
* | Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor | 2010-05-11 | 1 | -2/+2 |
* | Recommit my change to how C++ does elaborated type lookups, now with | John McCall | 2010-04-23 | 1 | -8/+16 |
* | Revert "C++ doesn't really use "namespaces" for different kinds of names the ... | Daniel Dunbar | 2010-04-23 | 1 | -16/+8 |
* | C++ doesn't really use "namespaces" for different kinds of names the same | John McCall | 2010-04-23 | 1 | -8/+16 |
* | Make TemplateDecl and ObjCContainerDecl abstract | Douglas Gregor | 2010-04-22 | 1 | -2/+0 |
* | Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they | Douglas Gregor | 2010-04-22 | 1 | -8/+4 |
* | Remove the AST statistics tracking I added yesterday; it didn't pan out. | Douglas Gregor | 2010-03-31 | 1 | -7/+0 |
* | Introduce new AST statistics that keep track of the number of isa (or | Douglas Gregor | 2010-03-30 | 1 | -0/+7 |
* | When copying a partial diagnostic into a DependentDiagnostic, allocate | Douglas Gregor | 2010-03-29 | 1 | -13/+6 |
* | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor | 2010-03-29 | 1 | -0/+2 |
* | Implement a framework for the delay of arbitrary diagnostics within | John McCall | 2010-03-24 | 1 | -19/+82 |
* | Split C++ friend declarations into their own header/implementation file. | John McCall | 2010-03-11 | 1 | -0/+1 |
* | Create a new InjectedClassNameType to represent bare-word references to the | John McCall | 2010-03-10 | 1 | -5/+16 |
* | When we invalidate a declaration, make it public, so that it doesn't | Douglas Gregor | 2010-03-05 | 1 | -0/+10 |
* | Don't assert that we have a valid access specifier on an invalid | Douglas Gregor | 2010-02-22 | 1 | -1/+2 |
* | Fix unused function warning to handle used attributes and redeclarations. Upd... | Tanya Lattner | 2010-02-17 | 1 | -0/+18 |
* | Have ~ASTContext() delete StoredDeclsMap (internal to DeclContext) by | Ted Kremenek | 2010-02-11 | 1 | -5/+30 |
* | Create function, block, and template parameters in the context of the | John McCall | 2010-01-22 | 1 | -2/+0 |
* | First pass at collecting access-specifier information along inheritance paths. | John McCall | 2010-01-20 | 1 | -2/+9 |
* | When we are instantiating a member function of a local class, be sure | Douglas Gregor | 2010-01-16 | 1 | -0/+11 |
* | Patch to fix a crash trying to access a category name in | Fariborz Jahanian | 2009-12-11 | 1 | -2/+2 |
* | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall | 2009-12-10 | 1 | -0/+40 |
* | Fix for PR5710: make sure to put function template specializations into the | Eli Friedman | 2009-12-08 | 1 | -0/+3 |