Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
c3a46ef9f86aa0b38d3baf75d59cacc55cd7ba24
/
lib
/
Frontend
/
CompilerInstance.cpp
3604359
Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to) update all clients to be able to handle failure.
by Daniel Dunbar
· 16 years ago
43adb7e
Remove an unnecessary (I believe) exit() on error.
by Daniel Dunbar
· 16 years ago
2973c0e
Move file-remapping logic into InitPreprocesor. No functionality change
by Douglas Gregor
· 16 years ago
716f0b3
Introduce a new clang-cc option
by Douglas Gregor
· 16 years ago
2968442
Extend the source manager with the ability to override the contents of
by Douglas Gregor
· 16 years ago
2b4074f
Switch the clang-to-CIndex interface for code-completion to a binary format, for a massive speedup
by Douglas Gregor
· 16 years ago
f79bafa
This patch moves the frontend timer from clang-cc into CompilerInstance.
by Kovarththanan Rajaratnam
· 16 years ago
fc97102
Fix refactoro, clang-cc wasn't properly reporting errors when opening an output file failed.
by Daniel Dunbar
· 16 years ago
049d3a0
Simplify PreprocessorOptions, it doesn't need abstracted field access.
by Daniel Dunbar
· 16 years ago
221c721
Shuffle VerifyDiagnosticsClient API to be less fragile.
by Daniel Dunbar
· 16 years ago
ccb6cb6
Add CompilerInstance::InitializeSourceManager.
by Daniel Dunbar
· 16 years ago
f79dced
Switch -verify implementation to use VerifyDiagnosticClient.
by Daniel Dunbar
· 16 years ago
12ce694
Add ASTConsumer to CompilerInstance.
by Daniel Dunbar
· 16 years ago
8a9f569
Move CompilerInstance::set* methods out-of-line.
by Daniel Dunbar
· 16 years ago
f482d59
Add CompilerInstance utility functions for creating output files.
by Daniel Dunbar
· 16 years ago
a920483
Add output file list to CompilerInstance, so that it can track them instead of
by Daniel Dunbar
· 16 years ago
c2f484f
Add CodeCompletion consumer to CompilerInvocation.
by Daniel Dunbar
· 16 years ago
0f80039
Add CompilerInstance::createPCHExternalASTSource.
by Daniel Dunbar
· 16 years ago
5eb8100
Add ASTContext to CompilerInstance.
by Daniel Dunbar
· 16 years ago
0fbb3d9
Add CompilerInstance::createDiagnostics, and move clang-cc to it.
by Daniel Dunbar
· 16 years ago
22dacfa
Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to
by Daniel Dunbar
· 16 years ago
16b7449
Add {File,Source}Manager to CompilerInstance.
by Daniel Dunbar
· 16 years ago
2a79e16
Add CompilerInstance, and starting moving clang-cc to it.
by Daniel Dunbar
· 16 years ago