Skip to content
  1. Oct 18, 2012
  2. Oct 17, 2012
  3. Oct 16, 2012
  4. Oct 15, 2012
  5. Oct 11, 2012
  6. Oct 10, 2012
  7. Oct 09, 2012
  8. Oct 05, 2012
  9. Oct 03, 2012
  10. Oct 02, 2012
  11. Oct 01, 2012
  12. Sep 30, 2012
  13. Sep 29, 2012
  14. Sep 26, 2012
    • Eli Friedman's avatar
      Fix an edge case of mangling involving the combination of a lambda and typeid. · 15681d68
      Eli Friedman authored
      typeid (and a couple other non-standard places where we can transform an
      unevaluated expression into an evaluated expression) is special
      because it introduces an an expression evaluation context,
      which conflicts with the mechanism to compute the current
      lambda mangling context.  PR12123.
      
      I would appreciate if someone would double-check that we get the mangling
      correct with this patch.
      
      llvm-svn: 164658
      15681d68
    • Eli Friedman's avatar
      Fix the AST representation for non-type template arguments to encode · b826a008
      Eli Friedman authored
      enough information so we can mangle them correctly in cases involving
      dependent parameter types. (This specifically impacts cases involving
      null pointers and cases involving parameters of reference type.)
      Fix the mangler to use this information instead of trying to scavenge
      it out of the parameter declaration.
      
      <rdar://problem/12296776>.
      
      llvm-svn: 164656
      b826a008
  15. Sep 25, 2012
  16. Sep 21, 2012
  17. Sep 19, 2012
  18. Sep 14, 2012
  19. Sep 13, 2012
  20. Sep 12, 2012
  21. Sep 11, 2012
  22. Sep 03, 2012
Loading