hedronvision / bazel-compile-commands-extractor

Goal: Enable awesome tooling for Bazel users of the C language family.
Other
697 stars 115 forks source link

is there a cli option to sort the content of the output (compile_commands.json)? #230

Open XiaochenCui opened 4 days ago

XiaochenCui commented 4 days ago

I want to take a closer look at file compile_commands.json, but the content of it is not fixed. Is there a way to make the order of its content fixed?

I'm working on a script to sort it but a built-in option will be better.