ADT/Triple: Add isOSDarwin() and isOSWindows() helper functions.
[oota-llvm.git] / include / llvm / ADT / NullablePtr.h
2010-07-24 Chris Lattneradd a new NullablePtr class which makes it more obvious...