make it possible to use clang-tidy
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)
Contains a .jq script that mangles build/compile_commands.json in a way that is suitable for consumption by clang: