hanchenye-llvm-project/llvm/utils/not
Rafael Espindola 91487584c9 Add a --crash option to not.
Now the two possible uses of not are
* not cmd
  Will return true if cmd doesn't crash and returns false.
* not --crash cmd
  Will return true if cmd crashes.

It will be used/tested in a followup commit for the clang crash recovery
testing.

llvm-svn: 185678
2013-07-05 02:50:03 +00:00
..
CMakeLists.txt
Makefile
not.cpp Add a --crash option to not. 2013-07-05 02:50:03 +00:00