Age | Commit message (Expand) | Author |
2011-01-11 | Implement the last bullet of [temp.deduct.type]p5 and part of the last | Douglas Gregor |
2011-01-10 | Fix a comment typo. | Bob Wilson |
2011-01-06 | Implement template argument deduction from a call to a function | Douglas Gregor |
2011-01-05 | Add Decl::isParameterPack(), which covers both function and template | Douglas Gregor |
2011-01-05 | Replace the representation of template template argument pack | Douglas Gregor |
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-18 | Apply attributes to explicit specializations. Specializations which | John McCall |
2010-12-10 | Treat visibility on an enclosing namespace as a non-explicit source of | John McCall |
2010-12-09 | When an "inline" declaration was followed by a definition not marked | Douglas Gregor |
2010-12-07 | Cast CachedLinkage to linkage to avoid "comparison between signed and unsigne... | Benjamin Kramer |
2010-12-06 | Use the unused merge() function, fixing an minor, unintended change I | 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-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-04 | Silence "comparison between signed and unsigned integer expressions" warnings. | Benjamin Kramer |
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-11-07 | Remove broken support for variadic templates, along with the various | Douglas Gregor |
2010-11-05 | Put class into an anonymous namespace. | Benjamin Kramer |
2010-11-04 | Don't be so eager to replace UsingDecls in a DeclContext's lookup table; | Argyrios Kyrtzidis |
2010-11-02 | Unbreak private_extern, which apparently we had zero tests for. | John McCall |
2010-11-02 | Ignore attributes on classes when calculating visibility for members | John McCall |
2010-11-01 | Only apply -fvisibility-inlines-hidden to definitions. Apparently | John McCall |
2010-10-30 | Better solution: calculate the visibility of functions and variables | John McCall |
2010-10-30 | GCC faithfully calculates visibility for variables independently of | John McCall |
2010-10-29 | Restore r117644, this time properly ignoring -fvisibility and type visibility | John McCall |
2010-10-29 | Revert r117644, "Apply visibility in IR gen to variables that are merely | Daniel Dunbar |
2010-10-29 | Apply visibility in IR gen to variables that are merely declared | John McCall |
2010-10-29 | When computing the visibility of a class member, calculate the visibility | John McCall |
2010-10-28 | Don't apply -fvisibility-inlines-hidden to extern templates. | John McCall |
2010-10-28 | Abandon the type-visibility optimization for functions. GCC doesn't do it, | John McCall |
2010-10-28 | When computing visibility, use the latest declaration's explicit visibility | John McCall |
2010-10-27 | Don't override explicit visibility attributes on class members with | John McCall |
2010-10-27 | Lazily load the "next" namespace in the chain of NamespaceDecls, to | Douglas Gregor |
2010-10-26 | A couple of tweaks to the visibility rules: | John McCall |
2010-10-24 | Start fleshing out ASTMutationListener; notify when a tag definition is compl... | Argyrios Kyrtzidis |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-21 | Always treat 'main' as an extern "C" function, so that we detect | Douglas Gregor |
2010-10-19 | Putting back safe fixes 116836,116837,116838 | Andrew Trick |
2010-10-19 | Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa... | Andrew Trick |
2010-10-19 | Minor optimization; if we have a CXXRecordDecl we can get the definition decl... | 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-28 | Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in | Douglas Gregor |
2010-09-09 | Fix C++ PCH issue. | Argyrios Kyrtzidis |
2010-09-08 | Fix C++ PCH issues. | Argyrios Kyrtzidis |
2010-09-01 | Fix the source-range information for an EnumConstantDecl; previously, | Douglas Gregor |