summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/format-cstrings-warning.m
Commit message (Collapse)AuthorAgeFilesLines
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-111-4/+23
| | | | | | | | | off by default, issue a warning if %s directive is used in formart argument of a function/method declared as __attribute__((format(CF/NSString, ...))) To complete rdar://18182443 llvm-svn: 217619
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-091-0/+60
off by default, issue a warning if %s directive is used in certain CF/NS formatting APIs, to assist user in deprecating use of such %s in these APIs. rdar://18182443 llvm-svn: 217467
OpenPOWER on IntegriCloud