1. 12 Jan, 2020 7 commits
  2. 01 Jan, 2020 1 commit
  3. 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
  4. 24 Dec, 2019 16 commits
  5. 23 Dec, 2019 10 commits
  6. 22 Dec, 2019 5 commits