[PATCH] D45912: update test to use ivar in implementation instead of class extension

Yan Zhang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 20 17:33:05 PDT 2018


Wizard created this revision.
Herald added subscribers: cfe-commits, klimek.

Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45912

Files:
  test/clang-tidy/readability-identifier-naming-objc.m


Index: test/clang-tidy/readability-identifier-naming-objc.m
===================================================================
--- test/clang-tidy/readability-identifier-naming-objc.m
+++ test/clang-tidy/readability-identifier-naming-objc.m
@@ -6,7 +6,7 @@
 @interface Foo
 @end 
 
- at interface Foo () {
+ at implementation Foo {
     int _bar;
     int barWithoutPrefix;
     // CHECK-MESSAGES: :[[@LINE-1]]:9: warning: invalid case style for objc ivar 'barWithoutPrefix' [readability-identifier-naming]


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45912.143421.patch
Type: text/x-patch
Size: 502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180421/21eec32f/attachment.bin>


More information about the cfe-commits mailing list