Clean up template-parameter-dependent C-style casts
Change-Id: Ia1ab134a0afbeeb3ae40264bd4233a47df26b734
This commit is contained in:
@@ -120,10 +120,6 @@ bool CStyleCast::VisitCStyleCastExpr(const CStyleCastExpr * expr) {
|
||||
incompTo = "incomplete ";
|
||||
}
|
||||
}
|
||||
// ignore stuff from inside templates for now
|
||||
if( expr->getCastKind() == CK_Dependent ) {
|
||||
return true;
|
||||
}
|
||||
if (externCFunction || expr->getLocStart().isMacroID()) {
|
||||
SourceLocation spellingLocation = compiler.getSourceManager().getSpellingLoc(
|
||||
expr->getLocStart());
|
||||
|
Reference in New Issue
Block a user