Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate header inclusion diagnostics | Alp Toker | 2014-07-11 | 1 | -7/+7 |
| | | | | | | | Make argument orders match, unify diagnostic IDs and reword the message to be a little less saccharine. llvm-svn: 212845 | ||||
* | Fix up various builtin declaration of objc_msgSend families | Fariborz Jahanian | 2013-01-04 | 1 | -1/+1 |
| | | | | | | | to match those foung in objc.h an avoid spurious warnings. // rdar://12489098 llvm-svn: 171492 | ||||
* | Remove the "C" in "implicitly declaring C library function" diagnostic | Jean-Daniel Dupas | 2012-01-27 | 1 | -7/+7 |
| | | | | | | because all functions are not C functions (i.e. NSLog). llvm-svn: 149150 | ||||
* | Remove trailing slash in front of header name of ObjC builtins. | Jean-Daniel Dupas | 2012-01-24 | 1 | -2/+2 |
| | | | | llvm-svn: 148872 | ||||
* | Added remaining objective-c library builtins (as in gcc) to | Fariborz Jahanian | 2010-12-10 | 1 | -0/+29 |
clang. // rdar://8735023 llvm-svn: 121441 |