Make one of the AttributeSet ctors maintain the invariant that the
[oota-llvm.git] / unittests / Option /
2013-08-02 Hans WennborgOption parsing: recognize the special -- token
2013-07-31 Hans WennborgOption parsing: remove non-SUPPORT_ALIASARGS fall-back
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-22 Hans WennborgOption parsing: allow aliases in groups
2013-07-20 Hans WennborgAdd Option unit tests to the make build
2013-07-19 Reid KlecknerAdd some flag exclusion tests.
2013-01-23 NAKAMURA Takumillvm/unittests: Use OwningPtr to fix --vg-leak.
2013-01-23 NAKAMURA TakumiWhitespace.
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.