Skip to content
  1. Mar 20, 2009
    • Sebastian Redl's avatar
      Fix the Win32 VS2008 build: · 8d5baa09
      Sebastian Redl authored
       - Make type declarations match the struct/class keyword of the definition.
       - Move AddSignalHandler into the namespace where it belongs.
       - Correctly call functions from template base.
       - Some other small changes.
      With this patch, LLVM and Clang should build properly and with far less noise under VS2008.
      
      llvm-svn: 67347
      8d5baa09
  2. Mar 19, 2009
  3. Mar 18, 2009
  4. Mar 17, 2009
  5. Mar 16, 2009
    • Daniel Dunbar's avatar
      raw_ostream: Lift out flush_nonempty. · d24535fe
      Daniel Dunbar authored
       - Flush a known non-empty buffers; enforces the interface to
         flush_impl and kills off HandleFlush (which I saw no reason to be
         an inline method, Chris?).
      
       - Clarify invariant that flush_impl is only called with OutBufCur >
         OutBufStart.
      
       - This also cleary collects all places where we have to deal with the
         buffer possibly not existing.
      
       - A few more comments and fixing the unbuffered behavior remain in
         this commit sequence.
      
      llvm-svn: 67057
      d24535fe
Loading