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
/
CompilerInvocation.h
Age
Commit message (
Expand
)
Author
2009-11-17
Add initial cut at CompilerInvocation::toArgs, which "serializes" the Compile...
Daniel Dunbar
2009-11-17
Rename CompilerInvocation::DiagOpts -> DiagnosticOpts for consistency.
Daniel Dunbar
2009-11-15
Add TargetOptions and use it when constructing targets.
Daniel Dunbar
2009-11-12
Add FrontendOptions, and starting moving clang-cc to it.
Daniel Dunbar
2009-11-12
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-11-12
Move AnalyzerOptions into CompilerInvocation.
Daniel Dunbar
2009-11-11
Add DependencyOutputOptions to wrap -M... options, and propogate to
Daniel Dunbar
2009-11-11
Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to
Daniel Dunbar
2009-11-10
Add CompileOptions to CompilerInvocation.
Daniel Dunbar
2009-11-09
Add PreprocessorOptions to CompilerInvocation.
Daniel Dunbar
2009-11-09
Move LangOptions, HeaderSearchOptions, and the target feature map into
Daniel Dunbar
2009-11-09
Add CompilerInvocation object, to capture all the options one needs to invoke
Daniel Dunbar