Tweak ImmutableMap/ImmutableSet/ImmutableList APIs
authorTed Kremenek <kremenek@apple.com>
Wed, 24 Nov 2010 00:54:28 +0000 (00:54 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 24 Nov 2010 00:54:28 +0000 (00:54 +0000)
commit9c336fabd59fbdbe9129d76fbbee32261ac7c8f0
treefecf3cb74e91c28d834a1f05400e110fc45b7f03
parent6c76f5fa2fb839c736c572f45c138e5b3f549530
Tweak ImmutableMap/ImmutableSet/ImmutableList APIs
to use lowercase letters for the start of most
method names and to replace some method names
with more descriptive names (e.g., "getLeft()"
instead of "Left()").  No real functionality
change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120070 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/ImmutableIntervalMap.h
include/llvm/ADT/ImmutableList.h
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h
unittests/ADT/ImmutableSetTest.cpp