llvm-6502/include/llvm/ADT
David Majnemer 79ef34d180 ADT/Triple: Helper to determine if we are targeting the Windows CRT
Summary:
This support will be utilized in things like clang to help check printf
format specifiers that are only valid when using the VSCRT.

Reviewers: rnk, asl, chandlerc

Reviewed By: chandlerc

CC: llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1455

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188935 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-21 21:53:33 +00:00
..
APFloat.h [APFloat] Removed nextafter from missing operations since it is implemented in APFloat::next. 2013-07-27 21:49:19 +00:00
APInt.h APInt: Add a fast case for isAllOnesValue. 2013-06-15 11:32:09 +00:00
APSInt.h
ArrayRef.h
BitVector.h
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h Calling the base class constructor from the derived class' initializer list. This matches DenseMap's behavior, and silences some warnings. 2013-08-16 02:56:43 +00:00
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
edit_distance.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
Hashing.h
ilist_node.h
ilist.h
ImmutableIntervalMap.h
ImmutableList.h
ImmutableMap.h Add difference_type to ImmutableMap/Set iterators so they have a complete set of typedefs. 2013-08-16 21:55:56 +00:00
ImmutableSet.h Add difference_type to ImmutableMap/Set iterators so they have a complete set of typedefs. 2013-08-16 21:55:56 +00:00
IndexedMap.h
IntEqClasses.h
IntervalMap.h Fix -Wdocumentation warnings. 2013-07-28 23:43:28 +00:00
IntrusiveRefCntPtr.h
MapVector.h
None.h
Optional.h
OwningPtr.h
PackedVector.h
PointerIntPair.h
PointerUnion.h Basic unit tests for PointerUnion 2013-08-21 21:30:23 +00:00
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h Make sure that pop_back_val() result is used. 2013-08-19 22:12:00 +00:00
SmallBitVector.h Sync SmallBitVector with BitVector. Add unit tests for the missing methods. 2013-07-11 21:59:16 +00:00
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h Make sure that pop_back_val() result is used. 2013-08-19 22:12:00 +00:00
SparseBitVector.h
SparseMultiSet.h
SparseSet.h
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h
StringRef.h Commit a no-op change to StringRef to (hopefully) trigger build bots. 2013-08-07 09:52:34 +00:00
StringSet.h
StringSwitch.h
TinyPtrVector.h
Triple.h ADT/Triple: Helper to determine if we are targeting the Windows CRT 2013-08-21 21:53:33 +00:00
Twine.h
UniqueVector.h
ValueMap.h
VariadicFunction.h