Skip to content
  1. Mar 28, 2008
  2. Mar 16, 2008
    • Chris Lattner's avatar
      Make a major restructuring of the clang tree: introduce a top-level · 7a51313d
      Chris Lattner authored
      lib dir and move all the libraries into it.  This follows the main
      llvm tree, and allows the libraries to be built in parallel.  The
      top level now enforces that all the libs are built before Driver,
      but we don't care what order the libs are built in.  This speeds
      up parallel builds, particularly incremental ones.
      
      llvm-svn: 48402
      7a51313d
  3. Feb 25, 2008
  4. Feb 01, 2008
    • Chris Lattner's avatar
      make some diagnostics more terse, update testcases. · a3478348
      Chris Lattner authored
      Fix Sema::ActOnInstanceMessage to correctly do things in terms of canonical 
      types, fixing bogus errors like:
      
      NSDistantObject.m:10383:120: error: bad receiver type 'typeof((id<NSMutableCopying>)self)'
          id mess = ({ id __inv__ = ((void *)0); id __mb__ = _NSMessageBuilder((id <NSMutableCopying>)self, &__inv__); (void)[(__typeof__((id <NSMutableCopying>)self))__mb__ mutableCopyWithZone:((void *)0)]; if (!objc_collecting_enabled()) object_dispose(__mb__); __inv__; });
      
      llvm-svn: 46633
      a3478348
    • Chris Lattner's avatar
      Sema::ActOnInstanceMessage is generally doing bad things with typedefs, but · 617bfc39
      Chris Lattner authored
      here I fix just one.  The loop that rips through pointers should use
      getAsPointerType() not static_cast<PointerType*> to get the pointee.  This
      fixes a crash on a large testcase.
      
      llvm-svn: 46632
      617bfc39
  5. Jan 25, 2008
  6. Jan 07, 2008
  7. Jan 05, 2008
  8. Jan 04, 2008
Loading