Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.

llvm-svn: 89333
This commit is contained in:
Daniel Dunbar
2009-11-19 07:37:51 +00:00
parent f57e69c78a
commit 51cd8f085f
5 changed files with 98 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ using namespace clang;
void CompilerInvocation::CreateFromArgs(CompilerInvocation &Res,
const llvm::SmallVectorImpl<llvm::StringRef> &Args) {
llvm::llvm_report_error("FIXME: Not yet implemented!");
}
static const char *getAnalysisName(Analyses Kind) {