Also fixed a typo that wasn't discovered as create was never instantiated.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D50646
[ADT] Implemented unittests for ImmutableList ClosedPublic Authored by Szelethus on Aug 13 2018, 10:08 AM.
Details Summary Also fixed a typo that wasn't discovered as create was never instantiated.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, dexonsmith, mgorny. ยท View Herald TranscriptAug 13 2018, 10:08 AM This revision is now accepted and ready to land.Aug 13 2018, 10:15 AM Closed by commit rL339586: [ADT] Implemented unittests for ImmutableList (authored by Szelethus). ยท Explain WhyAug 13 2018, 10:33 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 160392 llvm/trunk/include/llvm/ADT/ImmutableList.h
llvm/trunk/unittests/ADT/CMakeLists.txt
llvm/trunk/unittests/ADT/ImmutableListTest.cpp
|