Fix some cases where StringRef was being passed by const reference. Remove const...
[oota-llvm.git] / include / llvm / Support / Watchdog.h
2013-03-26 Nick LewyckyAdd a new watchdog timer interface. The interface does...