Commit Graph

5 Commits

Author SHA1 Message Date
Alp Toker aed9b33870 Consolidate header inclusion diagnostics
Make argument orders match, unify diagnostic IDs and reword the message to be a
little less saccharine.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212845 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-11 20:53:51 +00:00
Fariborz Jahanian f799213220 Fix up various builtin declaration of objc_msgSend families
to match those foung in objc.h an avoid spurious warnings. 
// rdar://12489098


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171492 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-04 18:45:40 +00:00
Jean-Daniel Dupas 5faf5d31fa Remove the "C" in "implicitly declaring C library function" diagnostic
because all functions are not C functions (i.e. NSLog).



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149150 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-27 23:21:02 +00:00
Jean-Daniel Dupas 9bc4fc4ee9 Remove trailing slash in front of header name of ObjC builtins.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148872 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-24 22:29:27 +00:00
Fariborz Jahanian ad616eb3bc Added remaining objective-c library builtins (as in gcc) to
clang. // rdar://8735023


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121441 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-10 00:39:16 +00:00