1. 523d46a In C++98/03, when binding a reference to an rvalue of by Douglas Gregor · 15 years ago
  2. d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 15 years ago
  3. 6bb8017 Propagate the "found declaration" (i.e. the using declaration instead of by John McCall · 15 years ago
  4. b70cf44 Switch semantic analysis of the conditional operator from using by Douglas Gregor · 15 years ago
  5. 9aa472c Remember the "found declaration" for an overload candidate, which is the by John McCall · 15 years ago
  6. b13b737 Access checking for implicit user-defined conversions. by John McCall · 16 years ago
  7. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 16 years ago
  8. de4b1d8 Fix reference binding of const lvalue references to bit-fields, which by Douglas Gregor · 16 years ago
  9. a729bbb Fix the EntityKind order so that all entity kinds that can be copied (using copy constructors) come first. Also, fix a bug where EK_New was left out of the err_init_conversion_failed diagnostic (It is now reported as 'new value'). Please review Doug :) by Anders Carlsson · 16 years ago
  10. d3d824d Separate EK_ArrayOrVectorElement into EK_ArrayElement and EK_VectorElement; arrays and vectors are pretty different beasts in C++. Doug, please review/comment. by Anders Carlsson · 16 years ago
  11. 6e790ab Allow the first parameter of operator new to be a cv-qualified by Douglas Gregor · 16 years ago
  12. a188ff2 Switch parameter-passing for calls via function pointers (where we by Douglas Gregor · 16 years ago
  13. d6542d8 Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't use the location information but we did spend a bunch of time building faked-up TypeLocs by Douglas Gregor · 16 years ago
  14. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 16 years ago
  15. 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 16 years ago
  16. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 16 years ago
  17. cb57fb9 Eliminate Sema::CheckValueInitialization; its callers now use by Douglas Gregor · 16 years ago
  18. 99a2e60 Switch the C++ new expression over to InitializationSequence, rather by Douglas Gregor · 16 years ago
  19. 71d1740 Implement value initialization in InitializationSequence; untested by Douglas Gregor · 16 years ago
  20. a6ca650 Minor cleanups for constructor initialization in InitializationSequence by Douglas Gregor · 16 years ago
  21. 51c56d6 Constructor initialization for InitializationSequence. Untested WIP. by Douglas Gregor · 16 years ago
  22. 4a520a2 Implement user-defined conversions in InitializationSequence. WPI that by Douglas Gregor · 16 years ago
  23. 0398101 Fix a recent regression from the initialization changes. by Eli Friedman · 16 years ago
  24. d87b61f Move initialization via initializer list over to InitializationSequences. by Douglas Gregor · 16 years ago
  25. 20093b4 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 16 years ago
  26. 802ab45 Improve source location information for C++ member initializers in a by Douglas Gregor · 16 years ago