[LLVMdev] VIM mode line comments

Wesley Peck peckw at ittc.ku.edu
Fri Feb 26 11:48:04 PST 2010


Is it kosher to include vim mode line comments inside of LLVM source files? I would like to do this inside of the MicroBlaze backend to ensure that tabs are expanded into exactly two spaces. I see that right now the following files have these vim mode line comments:
	include/llvm/ADT/SetVector.h
	lib/Archive/ArchiveInternals.h
	lib/Linker/LinkModules.cpp
	lib/Transforms/IPO/DeadTypeElimination.cpp
	lib/VMCore/Function.cpp

Since this does not seem to be a wide spread practice I thought I would ask before I made the changes.

--
Wesley Peck
University of Kansas
SLDG Laboratory





More information about the llvm-dev mailing list