aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInstance.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar1-1/+1
2009-12-03Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...Daniel Dunbar1-3/+3
2009-12-03Remove an unnecessary (I believe) exit() on error.Daniel Dunbar1-4/+0
2009-12-02Move file-remapping logic into InitPreprocesor. No functionality changeDouglas Gregor1-39/+0
2009-12-02Introduce a new clang-cc option Douglas Gregor1-0/+39
2009-12-02Extend the source manager with the ability to override the contents ofDouglas Gregor1-1/+1
2009-12-01Switch the clang-to-CIndex interface for code-completion to a binary format, ...Douglas Gregor1-0/+7
2009-11-29This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam1-0/+5
2009-11-20Fix refactoro, clang-cc wasn't properly reporting errors when opening an outp...Daniel Dunbar1-5/+5
2009-11-17Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar1-2/+2
2009-11-14Shuffle VerifyDiagnosticsClient API to be less fragile.Daniel Dunbar1-3/+5
2009-11-14Add CompilerInstance::InitializeSourceManager.Daniel Dunbar1-0/+38
2009-11-14Switch -verify implementation to use VerifyDiagnosticClient.Daniel Dunbar1-8/+7
2009-11-14Add ASTConsumer to CompilerInstance.Daniel Dunbar1-0/+5
2009-11-14Move CompilerInstance::set* methods out-of-line.Daniel Dunbar1-0/+32
2009-11-13Add CompilerInstance utility functions for creating output files.Daniel Dunbar1-0/+62
2009-11-13Add output file list to CompilerInstance, so that it can track them instead ofDaniel Dunbar1-0/+20
2009-11-13Add CodeCompletion consumer to CompilerInvocation.Daniel Dunbar1-1/+42
2009-11-13Add CompilerInstance::createPCHExternalASTSource.Daniel Dunbar1-0/+38
2009-11-13Add ASTContext to CompilerInstance.Daniel Dunbar1-0/+12
2009-11-13Add CompilerInstance::createDiagnostics, and move clang-cc to it.Daniel Dunbar1-0/+67
2009-11-13Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor toDaniel Dunbar1-0/+52
2009-11-13Add {File,Source}Manager to CompilerInstance.Daniel Dunbar1-0/+10
2009-11-13Add CompilerInstance, and starting moving clang-cc to it.Daniel Dunbar1-0/+25