aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/FrontendActions.cpp
AgeCommit message (Expand)Author
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-06-11Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes.Daniel Dunbar
2010-04-24Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky
2010-04-20push some source location information down through the compiler,Chris Lattner
2010-04-15Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky
2010-04-08Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...Daniel Dunbar
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-03-19clang -cc1: Kill off -empty-input only, and replace with -init-only which is anDaniel Dunbar
2010-03-17Entering the main source file in the preprocessor can fail if theDouglas Gregor
2010-02-25Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.Daniel Dunbar
2010-02-03clang -cc1: Wire up -emit-obj, for emitting object files.Daniel Dunbar
2010-01-05Fix <rdar://problem/7490212> clang rewriter: return of the mixed line endings...Steve Naroff
2009-12-23Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam
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