travisjeffery / ClangFormat-Xcode

Xcode plug-in to to use clang-format from in Xcode and consistently format your code with Clang

Home Page:https://twitter.com/travisjeffery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

integrate clang-tidy with this plugin.

iradization opened this issue · comments

Hi, I was wondering if it's possible to add also clang-tidy rules using this plugin.

Perhaps there is a way to use this plugin and make xcode extract the rules from .clang-tidy and apply them on each compilation ?

I couldn't find anyway to do it, so i presume it's unsupported by default . but perhaps in this plugin I can initiate a modified compilation command... perhaps using the file compile_commands.json.

thanks