[cfe-commits] r84379 - /cfe/trunk/include/clang/Basic/IdentifierTable.h
Daniel Dunbar
daniel at zuster.org
Sat Oct 17 16:52:58 PDT 2009
Author: ddunbar
Date: Sat Oct 17 18:52:58 2009
New Revision: 84379
URL: http://llvm.org/viewvc/llvm-project?rev=84379&view=rev
Log:
Add FIXME.
Modified:
cfe/trunk/include/clang/Basic/IdentifierTable.h
Modified: cfe/trunk/include/clang/Basic/IdentifierTable.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/IdentifierTable.h?rev=84379&r1=84378&r2=84379&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/IdentifierTable.h (original)
+++ cfe/trunk/include/clang/Basic/IdentifierTable.h Sat Oct 17 18:52:58 2009
@@ -241,6 +241,8 @@
/// 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;
};
More information about the cfe-commits
mailing list