git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80320 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2009-08-28 00:24:55 +00:00
Родитель 65a81a92eb
Коммит a818783eda
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;