Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format"

Got errors about ASTContext being undefined with Visual Studio 2010.

llvm-svn: 109491
This commit is contained in:
Michael J. Spencer
2010-07-27 04:46:02 +00:00
parent 1bec81a888
commit 2c35bc1232
4 changed files with 44 additions and 90 deletions

View File

@@ -218,10 +218,4 @@ bool clang::analyze_format_string::ParseScanfString(FormatStringHandler &H,
return false;
}
ArgTypeResult ScanfSpecifier::getArgType(ASTContext &Ctx) const {
// FIXME: Fill in.
return ArgTypeResult();
}