aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/IdentifierTable.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-11-13 00:25:37 +0000
committerTed Kremenek <kremenek@apple.com>2007-11-13 00:25:37 +0000
commit0f84c0059cec39fd1c73ac05bc2864dca664e7f4 (patch)
treebbebc9fb61f7c1ebcbdb847cb745a354b84ab6fc /include/clang/Basic/IdentifierTable.h
parent928fd7f76808b895b68a9c6ed55a8f185fad6a35 (diff)
Renamed all serialization "Materialize" methods to "Create" to conform with
the new serialization API. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/IdentifierTable.h')
-rw-r--r--include/clang/Basic/IdentifierTable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Basic/IdentifierTable.h b/include/clang/Basic/IdentifierTable.h
index ca3f147062..79d8573221 100644
--- a/include/clang/Basic/IdentifierTable.h
+++ b/include/clang/Basic/IdentifierTable.h
@@ -194,8 +194,8 @@ public:
/// are actually referenced are serialized.
void Emit(llvm::Serializer& S) const;
- /// Materialize - Deserialize an IdentifierTable from a bitstream.
- static IdentifierTable* Materialize(llvm::Deserializer& D);
+ /// Create - Deserialize an IdentifierTable from a bitstream.
+ static IdentifierTable* Create(llvm::Deserializer& D);
private:
/// This ctor is not intended to be used by anyone except for object