aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/FrontendActions.cpp
AgeCommit message (Expand)Author
2010-08-18Rename PCHWriter.h to ASTWriter.hSebastian Redl
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl
2010-08-17Fix a typo in a diag name.Sebastian Redl
2010-08-03Reshuffle the PCH generator action and consumer, so that we can re-useDouglas Gregor
2010-07-30Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl
2010-07-26Introduce basic support for loading a precompiled preamble whileDouglas Gregor
2010-07-26Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor
2010-07-20Introduce a new lexer function to compute the "preamble" of a file,Douglas Gregor
2010-07-14Add a callback interface that allows interested parties to get notified whene...Sebastian Redl
2010-07-13Modify the pragma handlers to accept and use StringRefs instead of Identifier...Argyrios Kyrtzidis
2010-07-09Really respect -chained-pch.Sebastian Redl
2010-07-09Add a frontend option -chained-pch and don't pass an active PCH reader to the...Sebastian Redl
2010-07-08Some preparatory work for chained PCH. No functionality change.Sebastian Redl
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