| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 288407
|
|
|
|
|
|
| |
Mostly pulled from Rafael's r185678 commit message.
llvm-svn: 222855
|
|
|
|
| |
llvm-svn: 221221
|
|
|
|
|
|
|
| |
This fixes Clang's test/Index/comment-xml-schema.c with Cygwin's
xmllint.exe, which uses exit(3) for XML validation failure.
llvm-svn: 211550
|
|
|
|
|
|
|
| |
It has exit code as 3. abort(), aka unreachable, may be handled as crash.
FIXME: Could we move this into Win32/Program.inc?
llvm-svn: 210895
|
|
|
|
| |
llvm-svn: 210442
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 183940
|
|
|
|
| |
llvm-svn: 183928
|
|
|
|
|
|
|
| |
It was only used to implement ExecuteAndWait and ExecuteNoWait. Expose just
those two functions and make Execute and Wait implementations details.
llvm-svn: 183864
|
|
|
|
| |
llvm-svn: 120298
|
|
|
|
|
|
| |
return success if the child process is killed with a signal.
llvm-svn: 117701
|
|
- Apparently, I'm willing to do incredibly stupid things in the name of portability.
llvm-svn: 82685
|