Added ImmutableList, a companion ADT to ImmutableSet and ImmutableMap that is used...
authorTed Kremenek <kremenek@apple.com>
Mon, 30 Jun 2008 18:07:38 +0000 (18:07 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 30 Jun 2008 18:07:38 +0000 (18:07 +0000)
commit3771902e922796f506dfda5955d7d80b61104696
treec4d35cc029c31250057282d2ae93123068217cd9
parent5b388e40e41a3d0a287f551302faa48f4d6b7fdf
Added ImmutableList, a companion ADT to ImmutableSet and ImmutableMap that is used to represent a purely functional list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52911 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ImmutableList.h [new file with mode: 0644]