llvm-6502/include/Support
Reid Spencer 1e13fd23d3 Allow any cl::opt to use the method getPosition() to retrieve the option's
absolute position on the command line. Similarly allow any cl::list to
use the method getPosition(n) to retrieve the absolute position of the nth
option in the list. This provides support for two things: (a) options like
-l that are actually positional and their order of occurrence matters when
they are intermixed with positional arguments like "a.o"; and (b) options
like -x LANG which affect only the positional arguments that come after
the option. In both cases, knowing the absolute position of a given option
helps.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15725 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-13 19:47:30 +00:00
..
.cvsignore
Annotation.h
BitSetVector.h
Casting.h
CommandLine.h Allow any cl::opt to use the method getPosition() to retrieve the option's 2004-08-13 19:47:30 +00:00
DataTypes.h.in Added support for stdint.h. It is now automatically included by 2004-07-19 16:12:29 +00:00
Debug.h Include <iostream> here, because most people using DEBUG() want to use std::cerr too. 2004-07-21 20:50:22 +00:00
DenseMap.h
DepthFirstIterator.h
DOTGraphTraits.h
DynamicLinker.h
ELF.h
EquivalenceClasses.h
FileUtilities.h
GraphTraits.h
GraphWriter.h
hash_map.in
hash_set.in
HashExtras.h
ilist
iterator.in Renamed from include/Support/iterator. Doxygenify comments; add autoconf substitution tags. 2004-02-23 18:16:10 +00:00
LeakDetector.h
MallocAllocator.h
MathExtras.h Add prototypes for platform-independent wrappers for isinf(). 2004-07-21 03:15:14 +00:00
PluginLoader.h Add a new header 2004-07-11 01:03:57 +00:00
PostOrderIterator.h
SCCIterator.h
SetOperations.h
SetVector.h Fix typo in comment. 2004-07-29 04:22:30 +00:00
SlowOperationInformer.h
Statistic.h Add more operators. 2004-07-04 01:30:54 +00:00
STLExtras.h Add greater_ptr functor. 2004-07-21 08:38:06 +00:00
StringExtras.h Use C++-style <cstdio> instead of C-style <stdio.h> 2004-07-20 16:14:06 +00:00
SystemUtils.h Add support for killing the program if it executes for too long. 2004-07-24 07:41:31 +00:00
ThreadSupport-NoSupport.h
ThreadSupport-PThreads.h
ThreadSupport.h.in ThreadSupport.h is now output from configure. 2004-02-23 21:30:29 +00:00
Timer.h
Tree.h
type_traits.h
TypeInfo.h
VectorExtras.h