| commit | 09d6b80f8201143ec52dd0f9a52fa2f73fd6149b | [log] [tgz] |
|---|---|---|
| author | Richard Trieu <rtrieu@google.com> | Fri Jan 08 23:35:06 2016 +0000 |
| committer | Richard Trieu <rtrieu@google.com> | Fri Jan 08 23:35:06 2016 +0000 |
| tree | 94fd3941943ff6eb6a5087ca7905696cce3b8d34 | |
| parent | a692421adbcc5ce8f5b20a9659cc5706c53feb1d [diff] |
Exclude function calls for functions which have return type nullptr_t from -Wnull-conversion warning. These functions are basically equivalent to other pointer returning fuctions which are already excluded by -Wnull-conversion. llvm-svn: 257231