aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInstance.cpp
AgeCommit message (Expand)Author
2010-03-17Simplify error path using OwningPtrKovarththanan Rajaratnam
2010-03-17Simplify ProcessWarningOptions since it can't failKovarththanan Rajaratnam
2010-03-17Issue a proper diagnostic if we couldn't open dump fileKovarththanan Rajaratnam
2010-03-16Don't consume tokens past the end-of-file in an @interface. FixesDouglas Gregor
2010-03-16Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor
2010-03-06Lowercase for consistencyKovarththanan Rajaratnam
2010-02-18Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor
2010-02-16CompilerInstance: Move LLVMContext member out of constructor.Daniel Dunbar
2010-01-30CompilerInstance: Change to not contain the CompilerInvocation object.Daniel Dunbar
2010-01-28Introduce serialization and deserialization of diagnostic informationDouglas Gregor
2010-01-13Predefine __weak attribute when doing objective-cFariborz Jahanian
2010-01-13cc1: Factor out CompilerInstance::ExecuteAction which has the majority of theDaniel Dunbar
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar
2009-12-03Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...Daniel Dunbar
2009-12-03Remove an unnecessary (I believe) exit() on error.Daniel Dunbar
2009-12-02Move file-remapping logic into InitPreprocesor. No functionality changeDouglas Gregor
2009-12-02Introduce a new clang-cc option Douglas Gregor
2009-12-02Extend the source manager with the ability to override the contents ofDouglas Gregor
2009-12-01Switch the clang-to-CIndex interface for code-completion to a binary format, ...Douglas Gregor
2009-11-29This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam
2009-11-20Fix refactoro, clang-cc wasn't properly reporting errors when opening an outp...Daniel Dunbar
2009-11-17Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar
2009-11-14Shuffle VerifyDiagnosticsClient API to be less fragile.Daniel Dunbar
2009-11-14Add CompilerInstance::InitializeSourceManager.Daniel Dunbar
2009-11-14Switch -verify implementation to use VerifyDiagnosticClient.Daniel Dunbar
2009-11-14Add ASTConsumer to CompilerInstance.Daniel Dunbar
2009-11-14Move CompilerInstance::set* methods out-of-line.Daniel Dunbar
2009-11-13Add CompilerInstance utility functions for creating output files.Daniel Dunbar
2009-11-13Add output file list to CompilerInstance, so that it can track them instead ofDaniel Dunbar
2009-11-13Add CodeCompletion consumer to CompilerInvocation.Daniel Dunbar
2009-11-13Add CompilerInstance::createPCHExternalASTSource.Daniel Dunbar
2009-11-13Add ASTContext to CompilerInstance.Daniel Dunbar
2009-11-13Add CompilerInstance::createDiagnostics, and move clang-cc to it.Daniel Dunbar
2009-11-13Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor toDaniel Dunbar
2009-11-13Add {File,Source}Manager to CompilerInstance.Daniel Dunbar
2009-11-13Add CompilerInstance, and starting moving clang-cc to it.Daniel Dunbar