..
APFloat.h
[C++11] Make use of 'nullptr' in the Support library.
2014-04-07 04:17:22 +00:00
APInt.h
APSInt.h
ArrayRef.h
[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr.
2014-04-09 06:08:46 +00:00
BitVector.h
Shifting into the sign bit is UB as discussed on IRC. Explicitly use the
2014-03-31 22:53:57 +00:00
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h
[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr.
2014-04-09 06:08:46 +00:00
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
edit_distance.h
EquivalenceClasses.h
Remove copy ctors that did the same thing as the default one.
2014-03-11 11:32:49 +00:00
FoldingSet.h
[C++11] Make use of 'nullptr' in the Support library.
2014-04-07 04:17:22 +00:00
GraphTraits.h
Hashing.h
[C++11] Replace LLVM-style type traits with C++11 standard ones.
2014-03-07 14:42:25 +00:00
ilist_node.h
[C++11] Make use of 'nullptr' in the Support library.
2014-04-07 04:17:22 +00:00
ilist.h
[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr.
2014-04-09 06:08:46 +00:00
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
IndexedMap.h
IntEqClasses.h
IntervalMap.h
IntrusiveRefCntPtr.h
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce verbosity.
2014-04-09 04:20:00 +00:00
iterator_range.h
iterator_range: Add an llvm::make_range() helper method.
2014-04-10 21:49:22 +00:00
MapVector.h
None.h
Optional.h
OwningPtr.h
[C++11] Add release() to OwningPtr.
2014-03-05 08:25:08 +00:00
PackedVector.h
PointerIntPair.h
PointerIntPair: Avoid an (academic) case of undefined behavior in the DenseMapInfo specialization.
2014-03-15 18:10:49 +00:00
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
Revert "Clean up SmallString a bit"
2014-03-09 06:22:58 +00:00
SmallVector.h
Removing llvm::distance and llvm::copy for iterator_range based on post-commit review feedback. Adding an explicit range-based constructor to SmallVector, which supersedes the llvm::copy functionality.
2014-03-10 13:43:46 +00:00
SparseBitVector.h
SparseMultiSet.h
Make some assertions on constant expressions static.
2014-03-15 18:47:07 +00:00
SparseSet.h
Make some assertions on constant expressions static.
2014-03-15 18:47:07 +00:00
Statistic.h
Use 'false' for a bool instead of '0'
2014-04-07 06:59:39 +00:00
STLExtras.h
Remove copy ctors that did the same thing as the default one.
2014-03-11 11:32:49 +00:00
StringExtras.h
StringMap.h
[C++11] Make use of 'nullptr' in the Support library.
2014-04-07 04:17:22 +00:00
StringRef.h
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce verbosity.
2014-04-09 04:20:00 +00:00
StringSet.h
StringSwitch.h
[C++11] Make use of 'nullptr' in the Support library.
2014-04-07 04:17:22 +00:00
TinyPtrVector.h
Triple.h
Quick fix: Triple::isOSMSVCRT() should be false for targeting cygwin.
2014-04-06 10:01:23 +00:00
Twine.h
[C++11] Make use of 'nullptr' in the Support library.
2014-04-07 04:17:22 +00:00
UniqueVector.h
VariadicFunction.h