index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Frontend
/
FrontendActions.h
Age
Commit message (
Expand
)
Author
2010-06-15
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-07
Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.
Daniel Dunbar
2010-05-25
Make this class useful as a base.
Nick Lewycky
2010-05-07
Add a stub frontend action for BoostCon, for next week's workshop.
Douglas Gregor
2010-04-24
Teach clang -fixit to modify files in-place, or -fixit=suffix to create new
Nick Lewycky
2010-04-08
Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...
Daniel Dunbar
2010-03-19
clang -cc1: Kill off -empty-input only, and replace with -init-only which is an
Daniel Dunbar
2010-02-25
Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.
Daniel Dunbar
2010-02-09
Introduce a testbed for merging multiple ASTs into a single AST
Douglas Gregor
2010-02-03
clang -cc1: Wire up -emit-obj, for emitting object files.
Daniel Dunbar
2009-12-23
Remove RewriteBlocks. It has been superseded by RewriteObjC
Kovarththanan Rajaratnam
2009-11-14
Add FrontendActions for all preprocessor based clang-cc actions.
Daniel Dunbar
2009-11-14
Add FrontendActions, which provides a FrontendAction interface to all the exi...
Daniel Dunbar