- Fix comment

This commit is contained in:
Felipe Pena 2013-10-12 13:49:35 -03:00
parent c37ba4cbcf
commit ed565f1ab1
1 changed files with 1 additions and 1 deletions

View File

@ -1603,7 +1603,7 @@ bool CheckUninitVar::isVariableUsage(const Token *vartok, bool pointer, bool cpp
if (vartok->previous()->str() == "return")
return true;
// Passing variable to typeof
// Passing variable to typeof/__alignof__
if (Token::Match(vartok->tokAt(-3), "typeof|__alignof__ ( * %var%"))
return false;