Skip to content
Snippets Groups Projects
  1. Jul 15, 2019
  2. Dec 05, 2017
  3. Nov 07, 2017
  4. Jun 08, 2017
    • Vassil Vassilev's avatar
      Create a virtual file entry for each input line. · 5945e7b2
      Vassil Vassilev authored
      This is the only way not to confuse the diagnostics engine of upgraded clang.
      
      Also, this gives us a few advantages:
        * We can compare more precisely the source locations of diagnostics;
        * We can merge the code completion code path which works with file entries;
        * We can rely better when specifying //expected-note-s in different files.
      5945e7b2
  5. Jun 06, 2017
  6. May 05, 2017
  7. Dec 19, 2016
  8. Aug 18, 2015
  9. Aug 14, 2015
  10. Oct 08, 2014
  11. Aug 15, 2014
  12. May 26, 2014
  13. May 18, 2014
    • Vassil Vassilev's avatar
      Rewire the dumping on cling::Value to its new implementation. · 49c12ede
      Vassil Vassilev authored
      Dump cling::Value within setNoAlloc routines because this is its lifespan,
      otherwise gets deleted if nobody requested it. I.e it was created only for
      value printing purposes.
      
      Dump cling::Value outside setWithAlloc because the actual value is not put inside
      until the call to ::new finishes, thus we need to do it outside, i.e in EvaluateInternal.
      
      Switch on the ValueExtraction synthesizer even when 'just' value printing. We
      depend on it. Must be factored out properly in one class.
      
      Stop attaching the value printing template magic, which didn't work in some cases.
      
      Update the ref file, because now there is better type information.
      
      Adapt the user-defined printout functions (TDatime).
      49c12ede
  14. Apr 11, 2014
  15. Apr 04, 2014
  16. Apr 02, 2014
  17. Apr 01, 2014
  18. Feb 26, 2014
  19. Feb 19, 2014
  20. Feb 18, 2014
  21. Jan 07, 2014
  22. Dec 17, 2013
  23. Dec 12, 2013
  24. Dec 11, 2013
  25. Oct 11, 2013
  26. Sep 05, 2013
  27. Aug 31, 2013
  28. Aug 07, 2013
Loading