Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remove_all. A compiler has no need for recursively deleting a directory. | Rafael Espindola | 2014-01-10 | 1 | -1/+2 |
| | | | | llvm-svn: 198955 | ||||
* | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -2/+0 |
| | | | | | | | | | | subsequent changes are easier to review. About to fix some layering issues, and wanted to separate out the necessary churn. Also comment and sink the include of "Windows.h" in three .inc files to match the usage in Memory.inc. llvm-svn: 198685 | ||||
* | Fix boolean logic in LockFileManager and test it | Reid Kleckner | 2013-08-07 | 1 | -0/+48 |
This fixes a bug from r187826. Reviewers: hans Differential Revision: http://llvm-reviews.chandlerc.com/D1304 llvm-svn: 187846 |