summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/builtin_objc_lib_functions.m
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate header inclusion diagnosticsAlp Toker2014-07-111-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 familiesFariborz Jahanian2013-01-041-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" diagnosticJean-Daniel Dupas2012-01-271-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 Dupas2012-01-241-2/+2
| | | | llvm-svn: 148872
* Added remaining objective-c library builtins (as in gcc) toFariborz Jahanian2010-12-101-0/+29
clang. // rdar://8735023 llvm-svn: 121441
OpenPOWER on IntegriCloud