Commits

Ted Kremenek committed 074150571fc
Rename isNull() to _isNull() (making them private), and make pointers conform to LogicValue. This approach was taken to keep _isNull because I first tried to just use comparisons to nil instead of isNull(). Apparently that led to some circular definitions, so it was easier to just stage it this way. Swift SVN r18301