noppe.dev
noppe.dev
/
📑
Articles
/
XcodeのAnalyzeってなんやねんって話
XcodeのAnalyzeってなんやねんって話
2021/7/10
0:54
2021/7/10
0:59
これ。Shift+コマンド+Bのやつ。
これ使ってますか?使ってなく無いですか?なんですかこいつは。
Build and Analyze: running the analyzer within Xcode
Viewing static analyzer results in Xcode Integrated workflow: Results are integrated within Xcode. There is no experience of using a separate tool, and activating the analyzer requires a single keystroke or mouse click. Transparency: Works effortlessly with Xcode projects (including iPhone projects). Cons: Doesn't work well with non-Xcode projects.
https://opensource.apple.com/source/clang/clang-137/src/tools/clang/www/analyzer/xcode.html
これのことっぽい
あー、これめっちゃ昔に見たことあった。ARCの循環参照とか教えてくれるやつでは。
ということはAnalyze = コードの解析的なこと?Swiftだと言語機能的にほとんど使わないのでは
Xでポスト