summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/builtin_objc_nslog.m
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate header inclusion diagnosticsAlp Toker2014-07-111-2/+2
| | | | | | | Make argument orders match, unify diagnostic IDs and reword the message to be a little less saccharine. llvm-svn: 212845
* Remove the "C" in "implicitly declaring C library function" diagnosticJean-Daniel Dupas2012-01-271-2/+2
| | | | | | because all functions are not C functions (i.e. NSLog). llvm-svn: 149150
* Fix test on cygwin (where va_list expands to a different type)Jean-Daniel Dupas2012-01-251-1/+1
| | | | llvm-svn: 148892
* Replace a hack to handle NSLog/NSLogv in sema by declaring them as Library ↵Jean-Daniel Dupas2012-01-241-0/+13
Builtins. llvm-svn: 148873
OpenPOWER on IntegriCloud