Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set] and...
authorTed Kremenek <kremenek@apple.com>
Fri, 16 Sep 2011 23:01:25 +0000 (23:01 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 16 Sep 2011 23:01:25 +0000 (23:01 +0000)
commit166e0539c987a5bea2432354b2437eba29bb1ce0
tree27f887e4f2ed9c5f9685ca911a39909f5cb3a9b1
parentf67e8554bf4808ad447ffb5d2deebbb10b810391
Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set] and its Factory.  This may eventually replace Immtuable[Map,Set].

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139967 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h