The attached patch makes the clang::driver::Option class have no virtual
members. It also gets rid of all of its subclasses. The end goal of the
clang::driver::Option refactoring is to make it a value type that has a single
OptTable::Info* member. Each OptTable will return its own subclass of Option
that interprets the flag bits.

- Michael Spencer

Attachment: 0001-Make-Option-non-virtual.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to