Age | Commit message (Expand) | Author |
2009-09-11 | Patch to build visible conversion function list lazily and make its | Fariborz Jahanian |
2009-09-11 | Diagnose VLAs as an error in C++. | Douglas Gregor |
2009-09-09 | For a C++ delete expression where the operand is of class type that | Douglas Gregor |
2009-09-09 | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor |
2009-09-09 | If a cast expression needs either a conversion function or a constructor to b... | Anders Carlsson |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-07 | BuildCXXConstructExpr now takes a MultiExprArg. | Anders Carlsson |
2009-09-05 | Pass the ConstructLoc to BuildCXXConstructExpr. | Anders Carlsson |
2009-09-04 | If a destructor is referenced or a pseudo-destructor expression is | Douglas Gregor |
2009-09-04 | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor |
2009-09-03 | Patch to instantiate destructors used to destruct | Fariborz Jahanian |
2009-09-03 | Improve template instantiation for member access expressions that | Douglas Gregor |
2009-09-02 | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor |
2009-09-01 | Add a CK_FunctionToPointerDecay cast kind. | Anders Carlsson |
2009-09-01 | Preliminary AST representation and semantic analysis for | Douglas Gregor |
2009-08-31 | Add parsing for references to member function templates with explicit | Douglas Gregor |
2009-08-31 | Support explicit C++ member operator syntax, from James Porter! | Douglas Gregor |
2009-08-29 | Patch for code gen. for c-style cast which ends in | Fariborz Jahanian |
2009-08-28 | path to ir-gen 12.3.1 Conversion by constructor | Fariborz Jahanian |
2009-08-28 | Pass InOverloadResolution all the way down to IsPointerConversion. | Anders Carlsson |
2009-08-28 | ir-gen related patch for type conversion | Fariborz Jahanian |
2009-08-27 | Add an InOverloadResolution flag to TryCopyInitialization. | Anders Carlsson |
2009-08-27 | Remove more default arguments. | Anders Carlsson |
2009-08-27 | Remove default arguments from TryImplicitConversion and fix a bug found in th... | Anders Carlsson |
2009-08-27 | Remove default argument from TryCopyInitialization. | Anders Carlsson |
2009-08-27 | Revert the flags change for now, I have a better idea for this. | Anders Carlsson |
2009-08-27 | Add a OverloadResolutionFlags and start converting some of the overload metho... | Anders Carlsson |
2009-08-27 | Add a BuildCXXTemporaryObjectExpr and use it so default arguments will be ins... | Anders Carlsson |
2009-08-27 | In ActOnCXXTypeConstructExpr, check that the type is complete and non-abstrac... | Anders Carlsson |
2009-08-26 | Bye-bye old RequireCompleteType. | Anders Carlsson |
2009-08-26 | Remove the PrintType argument from RequireCompleteType. | Anders Carlsson |
2009-08-26 | AST for conversion by conversion functions. WIP. | Fariborz Jahanian |
2009-08-26 | More support for pseudo dtors. | Anders Carlsson |
2009-08-26 | update to CXXFunctionalCastExpr to support ir-gen for | Fariborz Jahanian |
2009-08-26 | Address some of Doug's comments. | Anders Carlsson |
2009-08-25 | Parsing of pseudo-destructors. | Anders Carlsson |
2009-08-25 | BuildCXXConstructExpr now returns an OwningExprResult. | Anders Carlsson |
2009-08-24 | Implement support for equality comparisons (!=, ==) of member | Douglas Gregor |
2009-08-22 | Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make... | Anders Carlsson |
2009-08-21 | Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec... | Argyrios Kyrtzidis |
2009-08-19 | Use Sema's LocInfoType to pass and preserve type source info through the Parser. | Argyrios Kyrtzidis |
2009-08-19 | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis |
2009-08-16 | Store the delete operator for delete expressions. | Anders Carlsson |
2009-08-16 | AddInitializerToDecl can't take a FullExprArg. Make it take an ExprArg, and c... | Anders Carlsson |
2009-08-15 | BuildCXXConstructExpr doesn't need to take an ASTContext. | Anders Carlsson |
2009-08-11 | Check whether a tag was defined in a C++ condition declaration using GetTypeF... | Argyrios Kyrtzidis |
2009-08-08 | Use CastExpr::CK_ArrayToPointerDecay and fix an assert. | Anders Carlsson |
2009-08-07 | More CastKind work. | Anders Carlsson |
2009-08-06 | Set and use Elidable in elimination of copy ctors. | Fariborz Jahanian |
2009-08-05 | Patch to improve ir-gen for constructors with default argument | Fariborz Jahanian |