alibaba / hessian2-codec

hessian2-codec it is a complete C++ implementation of hessian2 spec
Apache License 2.0
26 stars 9 forks source link

add compile_commands support to simplify development #29

Closed wbpcode closed 7 months ago

wbpcode commented 7 months ago

This patch added a tool to generate compile_commands.json file. Then we can enable the auto complete, go-to-definition, etc. of clangd.

Thank https://github.com/hedronvision/bazel-compile-commands-extractor for it provide the great script/tool to make this so easy!

zyfjeff commented 7 months ago

LGTM