зеркало из https://github.com/microsoft/clang.git
Use C++ style comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80320 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
65a81a92eb
Коммит
a818783eda
|
@ -274,8 +274,8 @@ void WalkAST::CheckUncheckedReturnValue(CallExpr *CE) {
|
|||
if (!FTP)
|
||||
return;
|
||||
|
||||
/* Verify that the function takes one or two arguments (depending on
|
||||
the function). */
|
||||
// Verify that the function takes one or two arguments (depending on
|
||||
// the function).
|
||||
if (FTP->getNumArgs() != (identifierid < 4 ? 1 : 2))
|
||||
return;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче