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
/
CompilerInstance.h
Age
Commit message (
Expand
)
Author
2010-07-08
Some preparatory work for chained PCH. No functionality change.
Sebastian Redl
2010-05-25
Only enable code patterns (e.g., try { statements } catch (...) {
Douglas Gregor
2010-04-05
Make Diagnostic reference-counted, which is simpler than juggling
Douglas Gregor
2010-03-17
Remove useless forward decl.
Kovarththanan Rajaratnam
2010-03-06
Lowercase for consistency
Kovarththanan Rajaratnam
2010-02-16
CompilerInstance: Move LLVMContext member out of constructor.
Daniel Dunbar
2010-01-30
CompilerInstance: Change to not contain the CompilerInvocation object.
Daniel Dunbar
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-06
Document that CompilerInvocation::createDiagnostics keeps a reference to the ...
Daniel Dunbar
2009-12-03
Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...
Daniel Dunbar
2009-12-01
Fix typo.
Daniel Dunbar
2009-11-29
This patch moves the frontend timer from clang-cc into CompilerInstance.
Kovarththanan Rajaratnam
2009-11-15
Add TargetOptions and use it when constructing targets.
Daniel Dunbar
2009-11-14
Add CompilerInstance::InitializeSourceManager.
Daniel Dunbar
2009-11-14
Add VerifyDiagnosticsClient, to replace old -verify.
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 CompilerInstance::has* methods for testing if the instance has a particular
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