Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Objective-C. Under a special flag, -Wcstring-format-directive, | Fariborz Jahanian | 2014-09-11 | 1 | -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 Jahanian | 2014-09-09 | 1 | -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 |