index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
CompilerInstance.cpp
Age
Commit message (
Expand
)
Author
2010-01-30
CompilerInstance: Change to not contain the CompilerInvocation object.
Daniel Dunbar
2010-01-28
Introduce serialization and deserialization of diagnostic information
Douglas Gregor
2010-01-13
Predefine __weak attribute when doing objective-c
Fariborz Jahanian
2010-01-13
cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the
Daniel Dunbar
2009-12-11
Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.
Daniel Dunbar
2009-12-03
Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...
Daniel Dunbar
2009-12-03
Remove an unnecessary (I believe) exit() on error.
Daniel Dunbar
2009-12-02
Move file-remapping logic into InitPreprocesor. No functionality change
Douglas Gregor
2009-12-02
Introduce a new clang-cc option
Douglas Gregor
2009-12-02
Extend the source manager with the ability to override the contents of
Douglas Gregor
2009-12-01
Switch the clang-to-CIndex interface for code-completion to a binary format, ...
Douglas Gregor
2009-11-29
This patch moves the frontend timer from clang-cc into CompilerInstance.
Kovarththanan Rajaratnam
2009-11-20
Fix refactoro, clang-cc wasn't properly reporting errors when opening an outp...
Daniel Dunbar
2009-11-17
Simplify PreprocessorOptions, it doesn't need abstracted field access.
Daniel Dunbar
2009-11-14
Shuffle VerifyDiagnosticsClient API to be less fragile.
Daniel Dunbar
2009-11-14
Add CompilerInstance::InitializeSourceManager.
Daniel Dunbar
2009-11-14
Switch -verify implementation to use VerifyDiagnosticClient.
Daniel Dunbar
2009-11-14
Add ASTConsumer to CompilerInstance.
Daniel Dunbar
2009-11-14
Move CompilerInstance::set* methods out-of-line.
Daniel Dunbar
2009-11-13
Add CompilerInstance utility functions for creating output files.
Daniel Dunbar
2009-11-13
Add output file list to CompilerInstance, so that it can track them instead of
Daniel Dunbar
2009-11-13
Add CodeCompletion consumer to CompilerInvocation.
Daniel Dunbar
2009-11-13
Add CompilerInstance::createPCHExternalASTSource.
Daniel Dunbar
2009-11-13
Add ASTContext to CompilerInstance.
Daniel Dunbar
2009-11-13
Add CompilerInstance::createDiagnostics, and move clang-cc to it.
Daniel Dunbar
2009-11-13
Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to
Daniel Dunbar
2009-11-13
Add {File,Source}Manager to CompilerInstance.
Daniel Dunbar
2009-11-13
Add CompilerInstance, and starting moving clang-cc to it.
Daniel Dunbar