Skip to content

make it possible to use clang-tidy

swym requested to merge swym/firmware:tidy into master

Contains a .jq script that mangles build/compile_commands.json in a way that is suitable for consumption by clang:

  • remove unknown command line options
  • add -m32 switch
  • make paths absolute (better for some IDEs)

Merge request reports