[PATCH] D55544: Warning: objc-encodings-larger-than=
Stephane Moore via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 10 20:13:59 PST 2018
stephanemoore added a comment.
FYI:
I have a clang-tidy check almost ready for review that aims to flag large Objective-C type encodings.
================
Comment at: include/clang/Basic/LangOptions.def:103
+BENIGN_LANGOPT(ObjCLargeEncodingSize, 32, 0,
+ "if non-zero, warn about Objective C encodings larger in bytes than this setting. 0 is no check.")
LANGOPT(AppExt , 1, 0, "Objective-C App Extension")
----------------
Objective-C
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55544/new/
https://reviews.llvm.org/D55544
More information about the cfe-commits
mailing list