Skip to content
  1. Mar 18, 2011
  2. Mar 16, 2011
  3. Mar 15, 2011
  4. Mar 07, 2011
  5. Mar 06, 2011
  6. Mar 05, 2011
  7. Mar 04, 2011
    • John McCall's avatar
      Don't consider visibility from template parameter lists if we're · 8bc6d5b9
      John McCall authored
      computing for a nested decl with explicit visibility.  This is all part
      of the general philosophy of explicit visibility attributes, where
      any information that was obviously available at the attribute site
      should probably be ignored.  Fixes PR9371.
      
      llvm-svn: 126992
      8bc6d5b9
  8. Feb 28, 2011
  9. Feb 26, 2011
  10. Feb 25, 2011
  11. Feb 22, 2011
  12. Feb 21, 2011
  13. Feb 19, 2011
  14. Feb 17, 2011
    • John McCall's avatar
      Change the representation of GNU ?: expressions to use a different expression · c07a0c7e
      John McCall authored
      class and to bind the shared value using OpaqueValueExpr.  This fixes an
      unnoticed problem with deserialization of these expressions where the
      deserialized form would lose the vital pointer-equality trait;  or rather,
      it fixes it because this patch also does the right thing for deserializing
      OVEs.
      
      Change OVEs to not be a "temporary object" in the sense that copy elision is
      permitted.
      
      This new representation is not totally unawkward to work with, but I think
      that's really part and parcel with the semantics we're modelling here.  In
      particular, it's much easier to fix things like the copy elision bug and to
      make the CFG look right.
      
      I've tried to update the analyzer to deal with this in at least some          
      obvious cases, and I think we get a much better CFG out, but the printing
      of OpaqueValueExprs probably needs some work.
      
      llvm-svn: 125744
      c07a0c7e
    • Nick Lewycky's avatar
      8d222620
  15. Feb 16, 2011
  16. Feb 15, 2011
  17. Feb 13, 2011
  18. Feb 09, 2011
  19. Feb 08, 2011
  20. Feb 07, 2011
  21. Feb 06, 2011
  22. Feb 05, 2011
  23. Feb 04, 2011
  24. Feb 03, 2011
Loading