summaryrefslogtreecommitdiff
path: root/utils/not/not.cpp
Commit message (Expand)AuthorAge
* not: Only consider exit code 3 to be a crash with --crashReid Kleckner2014-06-23
* [Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.NAKAMURA Takumi2014-06-13
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Add a --crash option to not.Rafael Espindola2013-07-05
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Merge System into Support.Michael J. Spencer2010-11-29
* not is testing for a normal exit with a non-zero value. It shouldn'tDan Gohman2010-10-29
* Add count/not tools as executables.Daniel Dunbar2009-09-24