summaryrefslogtreecommitdiff
path: root/utils/vim
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-09-03 18:06:11 +0000
committerDan Gohman <gohman@apple.com>2010-09-03 18:06:11 +0000
commit2465dcf4c8f64c66bd4964c2772a6003f4e12d0f (patch)
tree3a18fb8669e6bfd2a2f2d236c57ecd83e4c24604 /utils/vim
parent9a7570c85618d353e9d4963bfa9de7b66af0d78f (diff)
downloadllvm-2465dcf4c8f64c66bd4964c2772a6003f4e12d0f.tar.gz
llvm-2465dcf4c8f64c66bd4964c2772a6003f4e12d0f.tar.bz2
llvm-2465dcf4c8f64c66bd4964c2772a6003f4e12d0f.tar.xz
Remove a TODO comment; this is now filed in bugzilla (PR8005).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112982 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/vim')
-rw-r--r--utils/vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/vim/vimrc b/utils/vim/vimrc
index 3dfa5c931f..51a2365c15 100644
--- a/utils/vim/vimrc
+++ b/utils/vim/vimrc
@@ -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++"