1. 01 Feb, 2020 2 commits
  2. 31 Jan, 2020 1 commit
  3. 25 Jan, 2020 5 commits
  4. 17 Jan, 2020 10 commits
  5. 14 Jan, 2020 1 commit
  6. 12 Jan, 2020 10 commits
  7. 01 Jan, 2020 1 commit
  8. 31 Dec, 2019 1 commit
    • Jacob Vosmaer's avatar
      Clang: only use [[fallthrough]] in C++ files · dca05193
      Jacob Vosmaer authored
      It appears that [[fallthrough]] is valid in C++ but not in C. And
      in some Clang versions (e.g. Clang 11 on macOS), Clang is pedantic
      about this and considers it an error to use [[fallthrough]] in a
      .c file such as src/util/format.c.
      
      This changes makes gcc_fallthrough a no-op under Clang in C files.
      dca05193
  9. 24 Dec, 2019 9 commits