Skip to content
  1. Jan 30, 2010
  2. Jan 25, 2010
  3. Jan 23, 2010
  4. Dec 15, 2009
  5. Dec 13, 2009
  6. Dec 08, 2009
  7. Dec 04, 2009
  8. Dec 03, 2009
  9. Dec 02, 2009
  10. Dec 01, 2009
  11. Nov 28, 2009
  12. Nov 15, 2009
  13. 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
  14. Oct 19, 2009
  15. Oct 18, 2009
  16. Oct 17, 2009
  17. Oct 16, 2009
  18. Sep 21, 2009
  19. Sep 09, 2009
  20. Sep 04, 2009
  21. Sep 03, 2009
  22. Jun 25, 2009
  23. Jun 20, 2009
Loading