Fix typos
Change-Id: I8374d6d08f4eb4ae2821e213371c615b92d7e9ab Reviewed-on: https://gerrit.libreoffice.org/29432 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
committed by
Noel Grandin
parent
f15eb068fd
commit
943919692e
@@ -294,7 +294,7 @@ bool SalBool::VisitCStyleCastExpr(CStyleCastExpr * expr) {
|
||||
SourceLocation argLoc;
|
||||
if (compat::isMacroArgExpansion(
|
||||
compiler, expr->getLocStart(), &argLoc)
|
||||
//TODO: check its the complete (first) arg to the macro
|
||||
//TODO: check it's the complete (first) arg to the macro
|
||||
&& (Lexer::getImmediateMacroName(
|
||||
argLoc, compiler.getSourceManager(),
|
||||
compiler.getLangOpts())
|
||||
|
Reference in New Issue
Block a user