Skip to content
  1. Jul 16, 2007
  2. Jul 13, 2007
  3. Jul 12, 2007
  4. Jul 10, 2007
  5. Jun 23, 2007
  6. Jun 22, 2007
  7. Jun 16, 2007
    • Chris Lattner's avatar
      Finally bite the bullet and make the major change: split the clang namespace · 23b7eb67
      Chris Lattner authored
      out of the llvm namespace.  This makes the clang namespace be a sibling of
      llvm instead of being a child.
      
      The good thing about this is that it makes many things unambiguous.  The
      bad things is that many things in the llvm namespace (notably data structures
      like smallvector) now require an llvm:: qualifier.  IMO, libsystem and libsupport
      should be split out of llvm into their own namespace in the future, which will fix
      this issue.
      
      llvm-svn: 39659
      23b7eb67
  8. Jun 13, 2007
  9. Jun 09, 2007
  10. Jun 05, 2007
  11. Jun 02, 2007
  12. Jun 01, 2007
  13. May 31, 2007
  14. May 30, 2007
  15. May 28, 2007
Loading