Skip to content

jaimeCool/Clang-plugin-CodingStyleCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

clang 插件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published