зеркало из https://github.com/microsoft/clang-1.git
add a fixme.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
3585fcac51
Коммит
474b29ee01
|
@ -110,6 +110,8 @@ public:
|
|||
|
||||
/// RewriteRope - A powerful string class, todo generalize this.
|
||||
class RewriteRope {
|
||||
// FIXME: This could be significantly faster by using a balanced binary tree
|
||||
// instead of a list.
|
||||
std::list<RopePiece> Chunks;
|
||||
unsigned CurSize;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче