Skip to content
  1. Apr 20, 2009
  2. Apr 19, 2009
  3. Apr 18, 2009
  4. Apr 17, 2009
  5. Apr 16, 2009
    • Sebastian Redl's avatar
      Fix a crash bug when comparing overload quality of conversion operators with... · 1a99f441
      Sebastian Redl authored
      Fix a crash bug when comparing overload quality of conversion operators with conversion constructors.
      Remove an atrocious amount of trailing whitespace in the overloaded operator mangler. Sorry, couldn't help myself.
      Change the DeclType parameter of Sema::CheckReferenceInit to be passed by value instead of reference. It wasn't changed anywhere.
      Let the parser handle C++'s irregular grammar around assignment-expression and conditional-expression.
      And finally, the reason for all this stuff: implement C++ semantics for the conditional operator. The implementation is complete except for determining lvalueness.
      
      llvm-svn: 69299
      1a99f441
    • Eli Friedman's avatar
      Attempt to fix a read-after-free running test/Sema/designated-initializers.c. · 8d25b096
      Eli Friedman authored
      Douglas, can you check that this is doing the right thing?
      
      llvm-svn: 69298
      8d25b096
Loading