Skip to content
  1. Dec 08, 2009
  2. Dec 04, 2009
  3. Dec 03, 2009
  4. Dec 02, 2009
  5. Dec 01, 2009
  6. Nov 28, 2009
  7. Nov 15, 2009
  8. Nov 11, 2009
    • Daniel Dunbar's avatar
      Redo how PCH handles its implicit include. Instead of treating this specially in · 000c4ffd
      Daniel Dunbar authored
      the front-end (as far as the preprocessor goes), follow the usual logic of
      inserting the (original include path) name into the predefines buffer. This
      pushes the responsibility for handling this to PCH instead of the front-end.  In
      PCH this requires being a little more clever when we diff the predefines
      buffers.
      
      Neither of these solutions are particularly great, I think what we eventually
      should do is something like gcc where we insert a special marker to indicate the
      PCH file, but then run the preprocessor as usual. This would be clearer and
      would allow us to drop the overly clever predefines handling.
      
      llvm-svn: 86806
      000c4ffd
    • Daniel Dunbar's avatar
      StringRefify some PCH interfaces. · 20a682de
      Daniel Dunbar authored
      llvm-svn: 86775
      20a682de
  9. Oct 19, 2009
  10. Oct 18, 2009
  11. Oct 17, 2009
  12. Oct 16, 2009
  13. Sep 21, 2009
  14. Sep 09, 2009
  15. Sep 04, 2009
  16. Sep 03, 2009
  17. Jun 25, 2009
  18. Jun 20, 2009
Loading