| commit | 31d6fd84e671d41e4e042da5eb04886e3d801fb8 | [log] [tgz] |
|---|---|---|
| author | Hans Wennborg <hans@hanshq.net> | Mon Jul 22 16:18:13 2013 +0000 |
| committer | Hans Wennborg <hans@hanshq.net> | Mon Jul 22 16:18:13 2013 +0000 |
| tree | 6ca9cb0d3cf5ad7266a05ec9fa922192cd27e03f | |
| parent | 540338259d02b24867d7a67686c7f07efd200d9e [diff] |
Option parsing: allow aliases in groups Option aliases in option groups were previously disallowed by an assert. As far as I can tell, there was no technical reason for this, and I would like to be able to put cl.exe compatible options in their own group for Clang, so let's change the assert. llvm-svn: 186838