Remove a TODO comment; this is now filed in bugzilla (PR8005).
authorDan Gohman <gohman@apple.com>
Fri, 3 Sep 2010 18:06:11 +0000 (18:06 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 3 Sep 2010 18:06:11 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112982 91177308-0d34-0410-b5e6-96231b3b80d8

utils/vim/vimrc

index 3dfa5c931fba0b2c4f6a0523ad6d6160bc243954..51a2365c156cc36ed4797fca30582029bf3eca48 100644 (file)
@@ -94,10 +94,6 @@ augroup END
 
 " Clang code-completion support. This is highly experimental!
 
-" TODO: code-completing on
-"          cast_cast<
-" turns up some peculiarities -- "asm("? 
-
 " A path to a clang executable.
 let g:clang_path = "clang++"