Skip to content
Snippets Groups Projects
  1. Mar 23, 2024
  2. Feb 10, 2024
  3. Aug 01, 2023
  4. Jul 28, 2023
  5. Jul 26, 2023
    • Eidolon's avatar
      cmake: Add optional clang-tidy integration · 101cdea0
      Eidolon authored and Sal's avatar Sal committed
      clang-tidy performs static analysis over the compilation unit,
      producing more comprehensive compile warnings than are normally
      generated by the compiler. For example, it will trace branches in a
      function to find the exact conditions in which a null dereference
      can occur.
      
      Note that this produces an absurd amount of warnings for our existing
      C code, and significantly slows compile times. It is pretty effective
      at its job though. I think it would be good to turn on by default for
      upcoming C++ code.
      101cdea0
  6. Nov 06, 2022
  7. Nov 05, 2022
  8. Jun 10, 2020
  9. Jan 05, 2019
  10. Dec 03, 2018
  11. Mar 06, 2016
  12. Feb 25, 2016
  13. Mar 31, 2015
  14. Mar 05, 2015
  15. Feb 24, 2015
  16. Feb 02, 2015
  17. Jan 28, 2015
  18. Jan 29, 2015
  19. Jan 28, 2015
Loading