[cfe-commits] r134844 - in /cfe/trunk: include/clang-c/ include/clang/ARCMigrate/ include/clang/Driver/ include/clang/Frontend/ lib/ARCMigrate/ lib/Driver/ lib/Frontend/ lib/FrontendTool/ test/ARCMT/ test/ARCMT/Inputs/ tools/ tools/arcmt-test/ to
NAKAMURA Takumi
geek4civic at gmail.com
Sun Jul 10 04:55:25 PDT 2011
Argyrios, in r134844,
> + inputBuf->getBuffer().split(strs, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
It is intolerant of DOSish CRLF "\r\n".
(test/ARCMT/migrate.m would pass when I tweaked the separator as
"\r\n" on mingw and msvc)
...Takumi
More information about the cfe-commits
mailing list