llvm-6502/include/llvm/Option
David Blaikie 7117d739d6 Use unique_ptr to handle ownership of synthesized args in DerivedArgList
This might be able to be simplified further by using Arg as a value type
in a linked list (to maintain pointer validity), but here's something
simple to start with.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206724 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-20 22:37:46 +00:00
..
Arg.h [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. 2014-04-15 06:32:26 +00:00
ArgList.h Use unique_ptr to handle ownership of synthesized args in DerivedArgList 2014-04-20 22:37:46 +00:00
Option.h [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. 2014-04-15 06:32:26 +00:00
OptParser.td Options: Add new option kind that consumes remaining arguments 2013-08-13 21:09:50 +00:00
OptSpecifier.h Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments. 2013-02-18 23:11:17 +00:00
OptTable.h Option parsing: support case-insensitive option matching. 2013-08-28 20:04:31 +00:00