зеркало из https://github.com/microsoft/clang-1.git
TableGen: Remove extraneous '\' at EOL in generated tests.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157700 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
59a9881ab2
Коммит
b4a542549c
|
@ -1507,7 +1507,7 @@ static std::string GenTest(const std::string &name,
|
|||
s.push_back(arg);
|
||||
comma = ", ";
|
||||
}
|
||||
s += ") { \\\n ";
|
||||
s += ") {\n ";
|
||||
|
||||
if (proto[0] != 'v')
|
||||
s += "return ";
|
||||
|
|
Загрузка…
Ссылка в новой задаче