Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate header inclusion diagnostics | Alp Toker | 2014-07-11 | 1 | -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" diagnostic | Jean-Daniel Dupas | 2012-01-27 | 1 | -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 Dupas | 2012-01-25 | 1 | -1/+1 |
| | | | | llvm-svn: 148892 | ||||
* | Replace a hack to handle NSLog/NSLogv in sema by declaring them as Library ↵ | Jean-Daniel Dupas | 2012-01-24 | 1 | -0/+13 |
Builtins. llvm-svn: 148873 |