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
/
FrontendOptions.h
Age
Commit message (
Expand
)
Author
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-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-12-03
clang-cc: Honor -help and -version when using new style option parsing.
Daniel Dunbar
2009-12-03
Add clang -cc1 -load option.
Daniel Dunbar
2009-11-19
Fix some default in the option classes, and some CompilerInvocation argification
Daniel Dunbar
2009-11-17
Remove unused program action.
Daniel Dunbar
2009-11-15
Add TargetOptions and use it when constructing targets.
Daniel Dunbar
2009-11-15
Add pluggable action support to clang-cc, via -plugin command line option.
Daniel Dunbar
2009-11-14
Move the program action enum to FrontendOptions.
Daniel Dunbar
2009-11-14
Turn -fixit it back into a mode, but make -fixit-at imply that mode this time
Daniel Dunbar
2009-11-13
Move input kind identification (-x) into FrontendOptions.
Daniel Dunbar
2009-11-13
Move -target-{triple,abi} options into FrontendOptions.
Daniel Dunbar
2009-11-13
Move code completion options to clang-cc
Daniel Dunbar
2009-11-12
Move FixItAtLocations into FrontendOptions
Daniel Dunbar
2009-11-12
Add FrontendOptions, and starting moving clang-cc to it.
Daniel Dunbar