Skip to content
  1. Jan 09, 2010
  2. Jan 08, 2010
  3. Jan 06, 2010
  4. Jan 05, 2010
  5. Dec 29, 2009
  6. Dec 28, 2009
  7. Dec 25, 2009
  8. Dec 12, 2009
  9. Dec 11, 2009
  10. Dec 10, 2009
  11. Dec 09, 2009
  12. Dec 08, 2009
  13. Dec 06, 2009
  14. Dec 05, 2009
  15. Dec 01, 2009
  16. Nov 30, 2009
  17. Nov 26, 2009
  18. Nov 24, 2009
  19. Nov 21, 2009
  20. Nov 20, 2009
  21. Nov 19, 2009
  22. Nov 17, 2009
  23. Nov 16, 2009
  24. Nov 12, 2009
  25. Nov 09, 2009
  26. Nov 07, 2009
  27. Nov 05, 2009
  28. Oct 28, 2009
    • Douglas Gregor's avatar
      Implement proper linkage for explicit instantiation declarations of · b7e5c847
      Douglas Gregor authored
      inlined functions. For example, given
      
        template<typename T>
        class string {
          unsigned Len;
      
        public:
          unsigned size() const { return Len; }
        };
      
        extern template class string<char>;
      
      we now give the instantiation of string<char>::size
      available_externally linkage (if it is ever instantiated!), as
      permitted by the C++0x standard.
            
      
      llvm-svn: 85340
      b7e5c847
  29. Oct 27, 2009
Loading