]> granicus.if.org Git - clang/commit
Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate...
authorNico Weber <nicolasweber@gmx.de>
Mon, 19 Mar 2012 15:00:03 +0000 (15:00 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 19 Mar 2012 15:00:03 +0000 (15:00 +0000)
commit09c5c39590caa92aa7ce660607a070ea275f5ad7
tree10c56f663ec557d826063ae74950f67002169c13
parent3e280b58db5e7dc2bab736fa65af2b8157916726
Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate paths.

This regressed in r152583. Also add a test to make sure it doesn't regress again.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153034 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/cpath.c