Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 569 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 569 Bytes

Clang-plugin-CodingStyleCheck

coding style check plugin

  • download CodingStyleCheck.dylib
clang \
-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk \
/path/to/test/*.m \
-fsyntax-only \
-v \
-Xclang -load \
-Xclang /path/to/CodingStyleCheck.dylib \
-Xclang -plugin \
-Xclang coding-style-check