[llvm-commits] [llvm] r112264 - /llvm/trunk/utils/vim/vimrc
Dan Gohman
gohman at apple.com
Fri Aug 27 08:15:31 PDT 2010
Author: djg
Date: Fri Aug 27 10:15:31 2010
New Revision: 112264
URL: http://llvm.org/viewvc/llvm-project?rev=112264&view=rev
Log:
Default to looking for clang++ in the PATH, rather than trying to
guess a path that will work.
Modified:
llvm/trunk/utils/vim/vimrc
Modified: llvm/trunk/utils/vim/vimrc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/vim/vimrc?rev=112264&r1=112263&r2=112264&view=diff
==============================================================================
--- llvm/trunk/utils/vim/vimrc (original)
+++ llvm/trunk/utils/vim/vimrc Fri Aug 27 10:15:31 2010
@@ -98,8 +98,8 @@
" 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.
More information about the llvm-commits
mailing list