Age | Commit message (Expand) | Author |
2011-01-05 | Add Decl::isParameterPack(), which covers both function and template | Douglas Gregor |
2011-01-03 | Remove a couple of setters that have no callers. | Argyrios Kyrtzidis |
2010-12-22 | Redesign the way anonymous fields are handled in designated-initializers. | Francois Pichet |
2010-12-21 | Implement BlockDecl::getSourceRange(). The bogus source-range | Douglas Gregor |
2010-12-15 | Set the "implicitly inline" bit on a method as soon as we see a definition | John McCall |
2010-12-13 | Fix PR8774 by restricting when hasInit returns true. Previously, it | Chandler Carruth |
2010-12-10 | Eliminate the branching in QualType::getTypePtr() by providing a | Douglas Gregor |
2010-12-09 | When an "inline" declaration was followed by a definition not marked | Douglas Gregor |
2010-12-06 | Re-implement caching for the linkage calculation of declarations. | Douglas Gregor |
2010-12-06 | Revert r120808, my previous implementation of caching for the linkage | Douglas Gregor |
2010-12-03 | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara |
2010-12-03 | Implement caching for the linkage and visibility calculations of | Douglas Gregor |
2010-11-21 | Fix a bunch of IndirectFieldDecl-related warnings. | Benjamin Kramer |
2010-11-21 | Major anonymous union/struct redesign. | Francois Pichet |
2010-10-30 | Better solution: calculate the visibility of functions and variables | John McCall |
2010-10-29 | Restore r117644, this time properly ignoring -fvisibility and type visibility | John McCall |
2010-10-27 | Lazily load the "next" namespace in the chain of NamespaceDecls, to | Douglas Gregor |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-15 | Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie... | Argyrios Kyrtzidis |
2010-10-15 | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall |
2010-10-14 | Fix compiler error that clang didn't report (probably same problem as rdar://... | 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-29 | ImplicitParamDecl is always implicit. | Devang Patel |
2010-09-29 | Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit | Douglas Gregor |
2010-09-28 | Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in | Douglas Gregor |
2010-09-27 | Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could | Douglas Gregor |
2010-09-08 | Fix C++ PCH issues. | Argyrios Kyrtzidis |
2010-09-01 | Fix the source-range information for an EnumConstantDecl; previously, | Douglas Gregor |
2010-08-31 | Add convenience accessors for determining whether template declarations are d... | John McCall |
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-27 | Miscellaneous found by inspection with John and Sebastian | Douglas Gregor |
2010-08-26 | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall |
2010-08-18 | Rename PCHDeclReader -> ASTDeclReader. | Sebastian Redl |
2010-08-18 | Do the PCH->AST rename for ASTWriter's implementation parts. | Sebastian Redl |
2010-08-17 | StringRef'ication of lots stuff, patch by Peter Davies! | Daniel Dunbar |
2010-08-11 | Added locations and type source info for DeclarationName. | Abramo Bagnara |
2010-08-06 | Remove the DeclaredInCondition bit now that it's no longer used. | Nick Lewycky |
2010-08-05 | Collect namespaces that need updating in a PCH chain. WIP | Sebastian Redl |
2010-08-02 | Remove mutable data on TagType and InjectedClassNameType, by instead walking ... | 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-19 | Fix http://llvm.org/PR7660 | Argyrios Kyrtzidis |
2010-07-16 | Initialize a couple of fields inherited for our private use. | John McCall |
2010-07-13 | When forming a function call or message send expression, be sure to | Douglas Gregor |
2010-07-07 | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis |
2010-07-06 | Improve the accuracy of getSourceRange() for DeclaratorDecl and | Douglas Gregor |
2010-07-05 | Read/write the identifier namespace in PCH for decls that may modify it. | Argyrios Kyrtzidis |
2010-07-05 | Read/write some source location for PCH. | Argyrios Kyrtzidis |