Skip to content
  1. Dec 19, 2013
    • Andrew Trick's avatar
      Revert "Add -mcpu=z10 to SystemZ tests." · 83a71c07
      Andrew Trick authored
      This reverts commit r197466.
      
      The MachineCSE fix that required the -mcpu flag has been disabled
      until more work can be done to fix downstream issues. Adding -mcpu
      wasn't the right workaround anyway.
      
      llvm-svn: 197624
      83a71c07
    • Douglas Gregor's avatar
      Require the type of a by-copy capture to be complete before creating its field. · d1e3ceb5
      Douglas Gregor authored
      The problem here is more serious than the fix implies. Adding a field
      to a class updates the triviality bits for the class (among other
      things). Failing to require a complete type before adding the field
      meant that these updates don't happen in the well-formed case where
      the capture is an uninstantiated class template specialization,
      leading the lambda itself to be treated as having a trivial copy
      constructor when it shouldn't. Fixes <rdar://problem/15560464>.
      
      llvm-svn: 197623
      d1e3ceb5
  2. Dec 18, 2013
Loading