NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
299 stars 59 forks source link

Integrate Clang Tidy #395

Open jasssonpet opened 9 years ago

jasssonpet commented 9 years ago

We should research if it's good for us to use Clang Tidy in our build.

fealebenpae commented 9 years ago

xcpretty can generate the compile_commands.json file that clang-tidy needs. CMake can generate it too, but only for the Makefile and Ninja generators AFAIK.