| commit | 0ee0b0ab8cb63a871cdfb6b0cfb4a8e6b433aab0 | [log] [tgz] |
|---|---|---|
| author | Steve Naroff <snaroff@apple.com> | Tue Nov 27 17:58:44 2007 +0000 |
| committer | Steve Naroff <snaroff@apple.com> | Tue Nov 27 17:58:44 2007 +0000 |
| tree | edb898665a58649de79654b6934cced3520c928e | |
| parent | c6298de21166620409f6ab1da2373cac864d72a6 [diff] |
Move the null pointer constant check from Sema::CheckSingleInitializer/ActOnCallExpr/CheckMessageArgumentTypes/ActOnReturnStmt to Sema::CheckSingleAssignmentConstraints. This makes sure all null pointer assignments are considered compatible. Thanks to Seo Sanghyeon for the bug, follow-through, and patch! llvm-svn: 44366