summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't consume tokens past the end-of-file in an @interface. FixesDouglas Gregor2010-03-161-0/+2
* Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor2010-03-161-1/+1
* Lowercase for consistencyKovarththanan Rajaratnam2010-03-061-2/+2
* Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor2010-02-181-1/+1
* CompilerInstance: Move LLVMContext member out of constructor.Daniel Dunbar2010-02-161-7/+6
* CompilerInstance: Change to not contain the CompilerInvocation object.Daniel Dunbar2010-01-301-2/+7
* Introduce serialization and deserialization of diagnostic informationDouglas Gregor2010-01-281-2/+34
* Predefine __weak attribute when doing objective-cFariborz Jahanian2010-01-131-2/+4
* cc1: Factor out CompilerInstance::ExecuteAction which has the majority of theDaniel Dunbar2010-01-131-0/+87
* Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar2009-12-111-1/+1
* Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...Daniel Dunbar2009-12-031-3/+3
* Remove an unnecessary (I believe) exit() on error.Daniel Dunbar2009-12-031-4/+0
* Move file-remapping logic into InitPreprocesor. No functionality changeDouglas Gregor2009-12-021-39/+0
* Introduce a new clang-cc option Douglas Gregor2009-12-021-0/+39
* Extend the source manager with the ability to override the contents ofDouglas Gregor2009-12-021-1/+1
* Switch the clang-to-CIndex interface for code-completion to a binary format, ...Douglas Gregor2009-12-011-0/+7
* This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam2009-11-291-0/+5
* Fix refactoro, clang-cc wasn't properly reporting errors when opening an outp...Daniel Dunbar2009-11-201-5/+5
* Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar2009-11-171-2/+2
* Shuffle VerifyDiagnosticsClient API to be less fragile.Daniel Dunbar2009-11-141-3/+5
* Add CompilerInstance::InitializeSourceManager.Daniel Dunbar2009-11-141-0/+38
* Switch -verify implementation to use VerifyDiagnosticClient.Daniel Dunbar2009-11-141-8/+7
* Add ASTConsumer to CompilerInstance.Daniel Dunbar2009-11-141-0/+5
* Move CompilerInstance::set* methods out-of-line.Daniel Dunbar2009-11-141-0/+32
* Add CompilerInstance utility functions for creating output files.Daniel Dunbar2009-11-131-0/+62
* Add output file list to CompilerInstance, so that it can track them instead ofDaniel Dunbar2009-11-131-0/+20
* Add CodeCompletion consumer to CompilerInvocation.Daniel Dunbar2009-11-131-1/+42
* Add CompilerInstance::createPCHExternalASTSource.Daniel Dunbar2009-11-131-0/+38
* Add ASTContext to CompilerInstance.Daniel Dunbar2009-11-131-0/+12
* Add CompilerInstance::createDiagnostics, and move clang-cc to it.Daniel Dunbar2009-11-131-0/+67
* Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor toDaniel Dunbar2009-11-131-0/+52
* Add {File,Source}Manager to CompilerInstance.Daniel Dunbar2009-11-131-0/+10
* Add CompilerInstance, and starting moving clang-cc to it.Daniel Dunbar2009-11-131-0/+25
OpenPOWER on IntegriCloud