clang でコーディング規約を調べられるようだ2017年12月04日 14時00分11秒

ClangFormatにてコーディング規約を調べられるようだ。
ClangFormat describes a set of tools that are built on top of LibFormat. It can support your workflow in a variety of ways including a standalone tool and editor integrations.

clang-format is located in clang/tools/clang-format and can be used to format C/C++/Java/JavaScript/Objective-C/Protobuf code.

取り敢えず、メモ。

前回次回