[PATCH] D45392: [clang-tidy] add new check to find out objc ivars which do not have prefix '_'
Yan Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 11 12:01:05 PDT 2018
Wizard added inline comments.
================
Comment at: test/clang-tidy/readability-identifier-naming-objc.m:8-9
+// RUN: ]}' -- -fno-delayed-template-parsing \
+// RUN: -I%S/Inputs/readability-identifier-naming \
+// RUN: -isystem %S/Inputs/readability-identifier-naming/system
+
----------------
alexfh wrote:
> It looks like these flags are not needed, since there are no #include directives in this test.
So we won't worry about those flags when using this check in google codebase right?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D45392
More information about the cfe-commits
mailing list