]> granicus.if.org Git - clang/commitdiff
Add FIXME.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 17 Oct 2009 23:52:58 +0000 (23:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 17 Oct 2009 23:52:58 +0000 (23:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84379 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/IdentifierTable.h

index dd360c65062bec2d936cfd49fe2263685329dad7..0328d3f63d4ef875d6d7fd6420e0e536dfd12bee 100644 (file)
@@ -241,6 +241,8 @@ public:
   ///  Unlike the version in IdentifierTable, this returns a pointer instead
   ///  of a reference.  If the pointer is NULL then the IdentifierInfo cannot
   ///  be found.
+  //
+  // FIXME: Move to StringRef API.
   virtual IdentifierInfo* get(const char *NameStart, const char *NameEnd) = 0;
 };