This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-04 06:09:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e4b14ebcbd
llvm-6502
/
include
/
llvm
/
ADT
History
Craig Topper
ec0f0bc6af
[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@205831
91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-09 06:08:46 +00:00
..
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
FoldingSet.h
[C++11] Make use of 'nullptr' in the Support library.
2014-04-07 04:17:22 +00:00
GraphTraits.h
Hashing.h
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
MapVector.h
None.h
Optional.h
OwningPtr.h
PackedVector.h
PointerIntPair.h
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h
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
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