commit | 073951f28be014cb3f723da7fff1081454da9035 | [log] [tgz] |
---|---|---|
author | Zachary Turner <[email protected]> | Sat Mar 14 23:39:42 2015 |
committer | Zachary Turner <[email protected]> | Sat Mar 14 23:39:42 2015 |
tree | 470fd4d5a15f19e1ce56874ab1545ee25e8c3210 | |
parent | eeba1a896a6f038557e3a643413a9d3be1634dee [diff] |
Fix a bug related to arg escaping, and add unit tests. A recent refactor had introduced a bug where if you escaped a character, the rest of the string would get processed incorrectly. This patch fixes that bug and adds some unit tests for Args. llvm-svn: 232288