Allow + in filenames without escaping
authorNico Weber <nicolasweber@gmx.de>
Fri, 30 May 2014 01:14:48 +0000 (03:14 +0200)
committerNico Weber <nicolasweber@gmx.de>
Fri, 30 May 2014 01:14:51 +0000 (03:14 +0200)
commit8d84ba41dee869935243da46e4bf61fc84117676
treecd6cef6fb200854570fe153cb431839c0bf48b16
parent6915955e370e74d987bb95946a1cf71d9aafb61b
Allow + in filenames without escaping

Due to #690, file.c++ used to be escaped. + seems as safe as -, so allow
it to not be escaped, to keep compile command lines with a fairly common
extension slightly cleaner.
src/util.cc
src/util_test.cc