summaryrefslogtreecommitdiff
path: root/utils/not/not.cpp
AgeCommit message (Expand)Author
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko
2016-12-01Remove unused header, NFC.Vedant Kumar
2014-11-26Add a small "usage:" comment at the top of not.cppSean Silva
2014-11-04Use findProgramByName.Michael J. Spencer
2014-06-23not: Only consider exit code 3 to be a crash with --crashReid Kleckner
2014-06-13[Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.NAKAMURA Takumi
2014-06-08[C++11] Use 'nullptr'.Craig Topper
2013-07-05Add a --crash option to not.Rafael Espindola
2013-06-13Avoid using PathV1.h in Program.h.Rafael Espindola
2013-06-13Have sys::FindProgramByName return a std::string.Rafael Espindola
2013-06-12Remove the program class.Rafael Espindola
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-29not is testing for a normal exit with a non-zero value. It shouldn'tDan Gohman
2009-09-24Add count/not tools as executables.Daniel Dunbar