aboutsummaryrefslogtreecommitdiff
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
commit39dadbac5c4d178933ab58d5a600ebd849fa2836 (patch)
treeed1d8e94df93849378551b246b0e0923d3b3f470
parent901a0fabfc28aa3d5e5a0e8e8148fc191561caec (diff)
downloadllvm-39dadbac5c4d178933ab58d5a600ebd849fa2836.zip
llvm-39dadbac5c4d178933ab58d5a600ebd849fa2836.tar.gz
llvm-39dadbac5c4d178933ab58d5a600ebd849fa2836.tar.bz2
Remove a TODO comment; this is now filed in bugzilla (PR8005).
llvm-svn: 112982
-rw-r--r--llvm/utils/vim/vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/utils/vim/vimrc b/llvm/utils/vim/vimrc
index 3dfa5c9..51a2365 100644
--- a/llvm/utils/vim/vimrc
+++ b/llvm/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++"