Go to file
Mikhail Glushenkov 5551c207cd Move the handling of CommaSeparated options into ProvideOption.
Makes '--comma-separated val1,val2' mean the same thing as
'--comma-separated=val1,val2' (that is, 'val1' and 'val2' are not lumped
together as 'val1,val2'). Also declutters the main loop a bit.

llvm-svn: 89463
2009-11-20 17:23:17 +00:00
clang clang-cc: Lift setForcedLangOptions out of options initialization. 2009-11-20 16:55:31 +00:00
compiler-rt
llvm Move the handling of CommaSeparated options into ProvideOption. 2009-11-20 17:23:17 +00:00