Age | Commit message (Expand) | Author |
2010-02-13 | Silence a GCC warning about a possibly uninitialized variable. It's data flow | Chandler Carruth |
2010-02-09 | Migrate the mish-mash of declaration checks in | Douglas Gregor |
2010-02-09 | Be more careful when checking initializer lists that involve reference | Douglas Gregor |
2010-02-08 | Thread a source location into the template-argument deduction routines. There | John McCall |
2010-02-06 | Add support for threadsafe statics, and make them the default (matching gcc). | Anders Carlsson |
2010-02-05 | A dependent initializer with zero arguments should return a NULL | Douglas Gregor |
2010-02-03 | Revert the new reference binding code; I came up with a way simpler solution ... | Anders Carlsson |
2010-02-02 | Fix this comment. | John McCall |
2010-02-01 | Access checking for implicit user-defined conversions. | John McCall |
2010-01-31 | Start creating CXXBindReferenceExpr nodes when binding complex types to refer... | Anders Carlsson |
2010-01-31 | Diagnose binding a non-const reference to a vector element. | Anders Carlsson |
2010-01-31 | Rework base and member initialization in constructors, with several | Douglas Gregor |
2010-01-30 | Eliminate yet another old-school PerformCopyInitialization. | Anders Carlsson |
2010-01-29 | Fix reference-binding when we have a reference to const volatile type; | Douglas Gregor |
2010-01-29 | Fix reference binding of const lvalue references to bit-fields, which | Douglas Gregor |
2010-01-29 | Simplify InitListChecker::CheckReferenceType | Anders Carlsson |
2010-01-26 | Pass access specifiers around in overload resolution. | John McCall |
2010-01-25 | Code simplification; this should have no visible effects. | Eli Friedman |
2010-01-24 | Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes ... | Anders Carlsson |
2010-01-23 | Change all InitializedEntity pointers over to be references. | Anders Carlsson |
2010-01-23 | Start passing InitializedEntity to CheckDesignatedInitializer. | Anders Carlsson |
2010-01-23 | More init work, adding more entity parameters. | Anders Carlsson |
2010-01-23 | Use the new init code for member subobjects. | Anders Carlsson |
2010-01-23 | Switch some array initialization over to the new init code. | Anders Carlsson |
2010-01-23 | Baby steps towards migrating the InitListChecker over to the new initializati... | Anders Carlsson |
2010-01-23 | When an InitializedEntity is passed to CheckSingleInitializer, call the new S... | Anders Carlsson |
2010-01-23 | Change CheckSingleInitializer to take/return OwningExprResults instead. No fu... | Anders Carlsson |
2010-01-23 | Separate EK_ArrayOrVectorElement into EK_ArrayElement and EK_VectorElement; a... | Anders Carlsson |
2010-01-20 | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall |
2010-01-12 | Fix the CodeGen half of PR5911 by changing reference initialization to | Chandler Carruth |
2010-01-12 | So I was sitting around, trying vainly to think of something to commit, and then | John McCall |
2010-01-12 | Introduce a specific representation for the ambiguous implicit conversion | John McCall |
2010-01-08 | Change the printing of OR_Deleted overload results to print all the candidates, | John McCall |
2010-01-07 | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor |
2010-01-06 | Move the allocation of designators in DesignatedInitExpr to the | Douglas Gregor |
2010-01-01 | Typo correction for C99 designated field initializers, e.g., | Douglas Gregor |
2009-12-22 | Switch parameter-passing for calls via function pointers (where we | Douglas Gregor |
2009-12-22 | Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ... | Douglas Gregor |
2009-12-22 | Switch initialization of parameters in a call over to | Douglas Gregor |
2009-12-22 | Zap CheckInitializerTypes. | Eli Friedman |
2009-12-22 | Switch compound literals over to InitializationSequence. | Eli Friedman |
2009-12-22 | Switch file-scope assignment initialization over to InitializationSequence. | Eli Friedman |
2009-12-22 | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor |
2009-12-22 | When filling in value initializations within an initializer list, be | Douglas Gregor |
2009-12-20 | Fix review comment; no visible change. | Eli Friedman |
2009-12-20 | Switch default-initialization of variables of class type (or array thereof) o... | Douglas Gregor |
2009-12-19 | Initialization improvements: addition of string initialization and a few | Eli Friedman |
2009-12-19 | Switch more of Sema::CheckInitializerTypes over to | Douglas Gregor |
2009-12-18 | Switch the initialization required by return statements over to the | Douglas Gregor |
2009-12-16 | When value-initializing a class with no user-defined constructors but | Douglas Gregor |