Skip to content
  1. May 16, 2009
  2. May 13, 2009
  3. May 01, 2009
  4. Apr 23, 2009
  5. Apr 17, 2009
  6. Apr 16, 2009
  7. Apr 15, 2009
  8. Apr 14, 2009
    • Daniel Dunbar's avatar
      Audit __private_extern__ handling. · 0ca16601
      Daniel Dunbar authored
       - Exposed quite a few Sema issues and a CodeGen crash.
      
       - See FIXMEs in test case, and in SemaDecl.cpp (PR3983).
      
      I'm skeptical that __private_extern__ should actually be a storage
      class value. I think that __private_extern__ basically amounts to
        extern A __attribute__((visibility("hidden")))
      and would be better off handled (a) as that, or (b) with an extra bit
      in the VarDecl.
      
      llvm-svn: 69020
      0ca16601
  9. Apr 11, 2009
  10. Apr 10, 2009
  11. Apr 09, 2009
  12. Apr 08, 2009
  13. Apr 07, 2009
  14. Apr 01, 2009
  15. Mar 28, 2009
  16. Mar 25, 2009
  17. Mar 21, 2009
  18. Mar 20, 2009
  19. Mar 14, 2009
  20. Mar 13, 2009
  21. Mar 12, 2009
  22. Mar 07, 2009
  23. Mar 06, 2009
  24. Mar 05, 2009
Loading