Hans Wennborg
31d6fd84e6
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
2013-07-22 16:18:13 +00:00
Hans Wennborg
08905dd60b
Add Option unit tests to the make build
...
Previously, they were only built and run in the CMake build.
llvm-svn: 186756
2013-07-20 03:04:36 +00:00
Reid Kleckner
dd44a36a03
Add some flag exclusion tests.
...
llvm-svn: 186704
2013-07-19 18:05:13 +00:00
NAKAMURA Takumi
508baf7900
llvm/unittests: Use OwningPtr to fix --vg-leak.
...
llvm-svn: 173240
2013-01-23 08:33:13 +00:00
NAKAMURA Takumi
07d2f3fb79
Whitespace.
...
llvm-svn: 173234
2013-01-23 08:30:15 +00:00
Chandler Carruth
b034cb7755
Sort a few more #include lines in tools/... unittests/... and utils/...
...
llvm-svn: 171363
2013-01-02 10:26:28 +00:00
Michael J. Spencer
41ee041d4f
Copy clang/Driver/<Option parsing stuff> to llvm.
...
llvm-svn: 169344
2012-12-05 00:29:32 +00:00