diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-05-05 04:20:37 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-05-05 04:20:37 +0000 |
commit | 7ad5c996e9519ed4e9afd1f0166be1cd2be8415a (patch) | |
tree | ab8cc5b62780dc1e46155ae87caf7c7d9f5cba17 /include/clang/Basic/IdentifierTable.h | |
parent | 27a00970bf4ababdc115e54383e6252cc3276dfa (diff) |
Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings.
Part of rdar://10796159
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/IdentifierTable.h')
-rw-r--r-- | include/clang/Basic/IdentifierTable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Basic/IdentifierTable.h b/include/clang/Basic/IdentifierTable.h index d79e28b295..dffebebd0c 100644 --- a/include/clang/Basic/IdentifierTable.h +++ b/include/clang/Basic/IdentifierTable.h @@ -669,6 +669,7 @@ public: /// getAsString - Derive the full selector name (e.g. "foo:bar:") and return /// it as an std::string. + // FIXME: Add a print method that uses a raw_ostream. std::string getAsString() const; /// getMethodFamily - Derive the conventional family of this method. |