Skip to content
Snippets Groups Projects
  1. Sep 02, 2015
  2. Sep 01, 2015
  3. Aug 31, 2015
    • David Majnemer's avatar
      [MS ABI] Correctly mangle classes without names for linkage purposes · d17ec044
      David Majnemer authored
      A class without a name for linkage purposes gets a name along the lines
      of <unnamed-type-foo> where foo is either the name of a declarator which
      defined it (like a variable or field) or a
      typedef-name (like a typedef or alias-declaration).
      
      We handled the declarator case correctly but it would fall down during
      template instantiation if the declarator didn't share the tag's type.
      We failed to handle the typedef-name case at all.
      
      Instead, keep track of the association between the two and keep it up to
      date in the face of template instantiation.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246469 91177308-0d34-0410-b5e6-96231b3b80d8
      d17ec044
  4. Aug 27, 2015
  5. Aug 26, 2015
  6. Aug 25, 2015
  7. Aug 24, 2015
  8. Aug 22, 2015
  9. Aug 21, 2015
  10. Aug 20, 2015
  11. Aug 19, 2015
  12. Aug 18, 2015
  13. Aug 17, 2015
  14. Aug 14, 2015
  15. Aug 13, 2015
  16. Aug 12, 2015
  17. Aug 11, 2015
  18. Aug 09, 2015
  19. Aug 07, 2015
Loading