| Commit message (Expand) | Author | Age | Files | Lines |
* | Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes ... | Anders Carlsson | 2010-01-24 | 1 | -16/+28 |
* | Change all InitializedEntity pointers over to be references. | Anders Carlsson | 2010-01-23 | 1 | -137/+81 |
* | Start passing InitializedEntity to CheckDesignatedInitializer. | Anders Carlsson | 2010-01-23 | 1 | -9/+22 |
* | More init work, adding more entity parameters. | Anders Carlsson | 2010-01-23 | 1 | -10/+27 |
* | Use the new init code for member subobjects. | Anders Carlsson | 2010-01-23 | 1 | -6/+18 |
* | Switch some array initialization over to the new init code. | Anders Carlsson | 2010-01-23 | 1 | -7/+22 |
* | Baby steps towards migrating the InitListChecker over to the new initializati... | Anders Carlsson | 2010-01-23 | 1 | -33/+65 |
* | When an InitializedEntity is passed to CheckSingleInitializer, call the new S... | Anders Carlsson | 2010-01-23 | 1 | -22/+36 |
* | Change CheckSingleInitializer to take/return OwningExprResults instead. No fu... | Anders Carlsson | 2010-01-23 | 1 | -24/+46 |
* | Separate EK_ArrayOrVectorElement into EK_ArrayElement and EK_VectorElement; a... | Anders Carlsson | 2010-01-23 | 1 | -9/+18 |
* | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall | 2010-01-20 | 1 | -6/+5 |
* | Fix the CodeGen half of PR5911 by changing reference initialization to | Chandler Carruth | 2010-01-12 | 1 | -8/+12 |
* | So I was sitting around, trying vainly to think of something to commit, and then | John McCall | 2010-01-12 | 1 | -7/+12 |
* | Introduce a specific representation for the ambiguous implicit conversion | John McCall | 2010-01-12 | 1 | -6/+11 |
* | Change the printing of OR_Deleted overload results to print all the candidates, | John McCall | 2010-01-08 | 1 | -7/+8 |
* | Whenever we emit a typo-correction diagnostic, also emit a note | Douglas Gregor | 2010-01-07 | 1 | -0/+3 |
* | Move the allocation of designators in DesignatedInitExpr to the | Douglas Gregor | 2010-01-06 | 1 | -1/+1 |
* | Typo correction for C99 designated field initializers, e.g., | Douglas Gregor | 2010-01-01 | 1 | -15/+53 |
* | Switch parameter-passing for calls via function pointers (where we | Douglas Gregor | 2009-12-22 | 1 | -1/+5 |
* | Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ... | Douglas Gregor | 2009-12-22 | 1 | -73/+36 |
* | Switch initialization of parameters in a call over to | Douglas Gregor | 2009-12-22 | 1 | -4/+19 |
* | Zap CheckInitializerTypes. | Eli Friedman | 2009-12-22 | 1 | -112/+0 |
* | Switch compound literals over to InitializationSequence. | Eli Friedman | 2009-12-22 | 1 | -1/+1 |
* | Switch file-scope assignment initialization over to InitializationSequence. | Eli Friedman | 2009-12-22 | 1 | -1/+5 |
* | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
* | When filling in value initializations within an initializer list, be | Douglas Gregor | 2009-12-22 | 1 | -65/+86 |
* | Fix review comment; no visible change. | Eli Friedman | 2009-12-20 | 1 | -28/+29 |
* | Switch default-initialization of variables of class type (or array thereof) o... | Douglas Gregor | 2009-12-20 | 1 | -1/+2 |
* | Initialization improvements: addition of string initialization and a few | Eli Friedman | 2009-12-19 | 1 | -11/+32 |
* | Switch more of Sema::CheckInitializerTypes over to | Douglas Gregor | 2009-12-19 | 1 | -80/+43 |
* | Switch the initialization required by return statements over to the | Douglas Gregor | 2009-12-18 | 1 | -32/+267 |
* | When value-initializing a class with no user-defined constructors but | Douglas Gregor | 2009-12-16 | 1 | -10/+34 |
* | In Sema::CheckInitializerTypes, replace a use of CheckReferenceInit with an I... | Douglas Gregor | 2009-12-16 | 1 | -5/+11 |
* | Eliminate Sema::CheckValueInitialization; its callers now use | Douglas Gregor | 2009-12-16 | 1 | -93/+120 |
* | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor | 2009-12-16 | 1 | -7/+7 |
* | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor | 2009-12-16 | 1 | -25/+122 |
* | Implement value initialization in InitializationSequence; untested | Douglas Gregor | 2009-12-15 | 1 | -10/+56 |
* | Minor cleanups for constructor initialization in InitializationSequence | Douglas Gregor | 2009-12-14 | 1 | -2/+2 |
* | Constructor initialization for InitializationSequence. Untested WIP. | Douglas Gregor | 2009-12-14 | 1 | -1/+144 |
* | Implement user-defined conversions in InitializationSequence. WPI that | Douglas Gregor | 2009-12-14 | 1 | -2/+120 |
* | Silence some release build warnings. | Chandler Carruth | 2009-12-13 | 1 | -0/+1 |
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -2/+2 |
* | Fix a recent regression from the initialization changes. | Eli Friedman | 2009-12-11 | 1 | -9/+12 |
* | Move initialization via initializer list over to InitializationSequences. | Douglas Gregor | 2009-12-10 | 1 | -8/+121 |
* | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -4/+966 |
* | remove some extraneous syntax: sourceloc implicitly converts to sourcerange. | Chris Lattner | 2009-12-06 | 1 | -2/+2 |
* | Deduce a ConstantArrayType from a value-dependent initializer list | Douglas Gregor | 2009-11-19 | 1 | -3/+25 |
* | Cope with an amusingly little anomaly with dependent types and | Douglas Gregor | 2009-11-19 | 1 | -1/+22 |
* | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -1/+2 |
* | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall | 2009-10-16 | 1 | -3/+3 |