1. 05 Jul, 2019 1 commit
    • clar: use `size_t` to keep track of current line number · 77d7e5eb
      We use the `__LINE__` macro in several places throughout clar to allow
      easier traceability when e.g. a test fails. While `__LINE__` is of type
      `size_t`, the clar functions all accept an integer and thus may loose
      precision. While unlikely that any file in our codebase will exceed a
      linecount of `INT_MAX`, let's convert it anyway to silence any compiler
      warnings.
      Patrick Steinhardt committed
  2. 06 Sep, 2018 2 commits
  3. 15 Jun, 2018 1 commit
  4. 27 Feb, 2015 1 commit
  5. 10 Dec, 2014 1 commit
  6. 02 Apr, 2014 1 commit
  7. 28 Mar, 2014 1 commit
  8. 07 Mar, 2014 2 commits
  9. 14 Nov, 2013 1 commit
  10. 17 Sep, 2013 1 commit
  11. 12 Sep, 2013 1 commit
  12. 04 Sep, 2013 1 commit
  13. 22 Mar, 2013 1 commit
  14. 21 Jan, 2013 1 commit
  15. 03 Jan, 2013 1 commit
  16. 28 Jan, 2012 1 commit
  17. 25 Jan, 2012 1 commit