Hoist argument type checking into CheckFormatHandler. This is prep for scanf format
string argument type checking. llvm-svn: 109428
This commit is contained in:
@@ -217,4 +217,10 @@ bool clang::analyze_format_string::ParseScanfString(FormatStringHandler &H,
|
||||
return false;
|
||||
}
|
||||
|
||||
ArgTypeResult ScanfSpecifier::getArgType(ASTContext &Ctx) const {
|
||||
// FIXME: Fill in.
|
||||
return ArgTypeResult();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user