summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/assign-null.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the null pointer constant check from ↵Steve Naroff2007-11-271-0/+10
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
OpenPOWER on IntegriCloud