diff options
| author | Alp Toker <alp@nuanti.com> | 2013-12-05 04:47:09 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2013-12-05 04:47:09 +0000 |
| commit | d473363876d4b582c3bea969f4a4efffa7607f87 (patch) | |
| tree | 27b188c9c0469ffa0437d77407ec520cb9920c56 /clang/test/Analysis/objc | |
| parent | 62acf8624c135d6d679d94bbc22711b92a9ea781 (diff) | |
| download | bcm5719-llvm-d473363876d4b582c3bea969f4a4efffa7607f87.tar.gz bcm5719-llvm-d473363876d4b582c3bea969f4a4efffa7607f87.zip | |
Correct hyphenations in comments and assert messages
This patch tries to avoid unrelated changes other than fixing a few
hyphen-related ambiguities in nearby lines.
llvm-svn: 196466
Diffstat (limited to 'clang/test/Analysis/objc')
| -rw-r--r-- | clang/test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m b/clang/test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m index f1ecd548eb3..4777aed99d9 100644 --- a/clang/test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m +++ b/clang/test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m @@ -32,8 +32,8 @@ typedef signed char BOOL; @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented - @property (assign, nonatomic) MyClass* Z; // non synthesized ivar, implemented setter - @property (readonly) id nonSynth; // non synthesized, explicitly implemented to return ivar with expected name + @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter + @property (readonly) id nonSynth; // non-synthesized, explicitly implemented to return ivar with expected name @property (assign) MyClass* NotA; // warnings should be suppressed, backing ivar is annotated @property (assign) MyClass* NotX __attribute__((annotate("objc_allow_direct_instance_variable_assignment"))); // warnings should be suppressed |

