summaryrefslogtreecommitdiff
path: root/utils/vim
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-27 15:15:31 +0000
committerDan Gohman <gohman@apple.com>2010-08-27 15:15:31 +0000
commit34a92b7f8270d8a862673f61340dacc10541f47c (patch)
tree55aee09144a1ed6d47421983b21d668e665c7e81 /utils/vim
parentc52bedba5489aedad7013067ae1fd5b49b5fe525 (diff)
downloadllvm-34a92b7f8270d8a862673f61340dacc10541f47c.tar.gz
llvm-34a92b7f8270d8a862673f61340dacc10541f47c.tar.bz2
llvm-34a92b7f8270d8a862673f61340dacc10541f47c.tar.xz
Default to looking for clang++ in the PATH, rather than trying to
guess a path that will work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112264 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/vim')
-rw-r--r--utils/vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/vim/vimrc b/utils/vim/vimrc
index 8b029daba5..8191584f2e 100644
--- a/utils/vim/vimrc
+++ b/utils/vim/vimrc
@@ -98,8 +98,8 @@ augroup END
" cast_cast<
" turns up some peculiarities -- "asm("?
-" A path to the a executable.
-let g:clang_path = "Release/bin/clang++"
+" A path to a clang executable.
+let g:clang_path = "clang++"
" A list of options to add to the clang commandline, for example to add
" include paths, predefined macros, and language options.