aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/FrontendActions.cpp
AgeCommit message (Expand)Author
2009-12-03Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...Daniel Dunbar
2009-11-30Eliminate CodeGenOptions::TimePasses.Daniel Dunbar
2009-11-30Fix PR5633 by making the preprocessor handle the case where we canChris Lattner
2009-11-28Don't call exit(). llvm::llvm_report_error() will do just thatKovarththanan Rajaratnam
2009-11-26typoGabor Greif
2009-11-26issue a friendlier error if someone tries to send precompiled header to '-' (...Gabor Greif
2009-11-25Fix some uses of fprintf/stderr without a prototype.Daniel Dunbar
2009-11-15Add TargetOptions and use it when constructing targets.Daniel Dunbar
2009-11-14Add FrontendActions for all preprocessor based clang-cc actions.Daniel Dunbar
2009-11-14Add FrontendActions, which provides a FrontendAction interface to all the exi...Daniel Dunbar