diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-06-16 01:05:01 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-06-16 01:05:01 +0000 |
commit | d7291625cc71e4944c5d4d7ae8a71deb45a62725 (patch) | |
tree | 528a3ba16b3d28020c47d86a9f7796a57612c1a2 /clang/lib/Basic/SourceManager.cpp | |
parent | 28854f56db49bf06707706d91192cd51da0e47f6 (diff) | |
download | llvm-d7291625cc71e4944c5d4d7ae8a71deb45a62725.zip llvm-d7291625cc71e4944c5d4d7ae8a71deb45a62725.tar.gz llvm-d7291625cc71e4944c5d4d7ae8a71deb45a62725.tar.bz2 |
Factor DenseMap into a base class that implements the hashtable logic,
and a derived class that provides the allocation and growth strategy.
This is the first (and biggest) step toward building a SmallDenseMap
that actually behaves exactly the same as DenseMap, and supports all the
same types and interface points with the same semantics.
llvm-svn: 158585
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions