Age | Commit message (Expand) | Author |
2013-04-26 | Use bitfilds. | Rafael Espindola |
2013-04-26 | Add r180263 back, but fix hasBraces() to be correct during parsing. | Rafael Espindola |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-04-11 | [ms-cxxabi] Implement member pointer emission and dereferencing | Reid Kleckner |
2013-04-03 | Add 178663 back. | Rafael Espindola |
2013-04-03 | Revert 178663. | Rafael Espindola |
2013-04-03 | Don't compute a patched/semantic storage class. | Rafael Espindola |
2013-04-02 | [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType | Reid Kleckner |
2013-03-27 | Cleanup clang's specializations of simplify_type. | Rafael Espindola |
2013-02-21 | Ignore visibility from enclosing template arguments | John McCall |
2013-01-29 | Abstract the behavior of when to use base-class tail padding. | John McCall |
2012-12-08 | Finish implementing 'selected constructor' rules for triviality in C++11. In | Richard Smith |
2012-12-08 | Remove some remnants of the assumption that there is at most one of each | Richard Smith |
2012-12-08 | Properly compute triviality for explicitly-defaulted or deleted special members. | Richard Smith |
2012-12-08 | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-12-01 | Make these functions more clearly express the test they are performing. No fu... | Richard Smith |
2012-12-01 | Consistently use 'needsImplicit<special member>' to determine whether we need | Richard Smith |
2012-11-30 | Refactor to reduce duplication in handling of special member functions. No fu... | Richard Smith |
2012-11-28 | Store on the CXXRecordDecl whether the class has, or would have, a copy | Richard Smith |
2012-11-28 | Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are | Argyrios Kyrtzidis |
2012-11-28 | Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, | Argyrios Kyrtzidis |
2012-11-22 | Fix CXXRecordDecl::forallBases to not look through bases which are dependent | Richard Smith |
2012-11-16 | A step towards sorting out handling of triviality of special members in C++11. | Richard Smith |
2012-11-10 | Rework my implementation of circular-reference finding to not use | Douglas Gregor |
2012-11-10 | Diagnostic circular inheritance involving dependent base classes. We | Douglas Gregor |
2012-10-11 | Remove pointless classof()'s. | Sean Silva |
2012-10-09 | CXXMethodDecl::isConst() and CXXMethodDecl::isVolatile() can be const methods | Arnaud A. de Grandmaison |
2012-09-25 | Fix for r163013 regression and further __interface enhancement. | John McCall |
2012-09-19 | Add the TypeSourceInfo for the lambda call operator to the lambda's | Eli Friedman |
2012-08-31 | Normalize line endings of r163013 (part 2). | Joao Matos |
2012-08-31 | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos |
2012-08-22 | Fix an assortment of doxygen comment issues found by -Wdocumentation. | Ted Kremenek |
2012-08-15 | [analyzer] Correctly devirtualize virtual method calls in constructors. | Jordan Rose |
2012-08-10 | Provide isConst/Volatile on CXXMethodDecl. | David Blaikie |
2012-08-08 | Constify CXXRecordDecl::isVirtuallyDerivedFrom. | Jordan Rose |
2012-07-11 | Stop instantiating a class if we hit a static_assert failure. Also, if the | Richard Smith |
2012-07-04 | Drop the ASTContext.h include from Stmt.h and fix up transitive users. | Benjamin Kramer |
2012-07-04 | CXXRecordDecl: Split getBases/getVBases into a slow and a fast path. | Benjamin Kramer |
2012-06-26 | During codegen of a virtual call we would extract any casts in the expression | Rafael Espindola |
2012-06-15 | Ongoing documentation cleanup: fixed Doxygen markup errors, added \brief | James Dennett |
2012-06-10 | Remove CXXRecordDecl flags which are unused after r158289. | Richard Smith |
2012-06-08 | PR13051: If a constructor is explicitly defaulted, it isn't marked as being | Richard Smith |
2012-05-22 | Truthify a comment. | Richard Smith |
2012-05-07 | A union can have a constexpr defaulted default constructor, if it has an | Richard Smith |
2012-04-04 | Move the computation of the lambda mangling information (mangling | Douglas Gregor |
2012-03-09 | [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. | Daniel Dunbar |
2012-03-09 | [AST/Sema] Add {CXXBaseSpecifier,Declarator,DeclSpec,TypeLoc,UnqualifiedId}::... | Daniel Dunbar |
2012-03-06 | Use TinyPtrVector instead of UsuallyTinyPtrVector. | Argyrios Kyrtzidis |