| commit | f267edd8ac6f549f10aba3bec41c372f6f31e6a5 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Jun 15 21:38:40 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Jun 15 21:38:40 2010 +0000 |
| tree | e9d8067cf3d38e3d5b2db12667f954f1fb1f9068 | |
| parent | 89456b2612508dcc8404513591466469e823eb8f [diff] |
Update equality and relationship comparisons of pointers to reflect C++ semantics, eliminating an extension diagnostic that doesn't match C++ semantics (ordered comparison with NULL) and tightening some extwarns to errors in C++ to match GCC and maintain conformance in SFINAE contexts. Fixes <rdar://problem/7941392>. llvm-svn: 106050