Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for non-static use of cl::opt (fixed in r160170) | Alexander Kornienko | 2012-08-13 | 1 | -0/+11 |
| | | | | llvm-svn: 161751 | ||||
* | Fix a compile failure introduced by r82675 on MinGW which doesn't have | Jeffrey Yasskin | 2009-09-25 | 1 | -0/+12 |
| | | | | | | | setenv(). This patch just disables the test rather than getting putenv() to work. Thanks to Sandeep Patel for reporting the problem. llvm-svn: 82797 | ||||
* | Roll back r82348, which introduced an infinite loop in ParseCStringVector() that | Jeffrey Yasskin | 2009-09-24 | 1 | -0/+48 |
a trivial unittest would have caught. This revision also adds the trivial unittest. llvm-svn: 82675 |