aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CompilerInstance.h
AgeCommit message (Expand)Author
2011-01-26Remove CompilerInstance::getOutputFileList because it is unimplemented and un...Jeffrey Yasskin
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-11Improve ASTUnit's capture of diagnostics so that theDouglas Gregor
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-10-11Eliminate the (de-)serialization of code completion results, now thatDouglas Gregor
2010-10-11Tighten up constness of argv parameters to allow for string literals as argum...Axel Naumann
2010-10-05Give every file that ASTReader loads a type: module, PCH, precompiled preambl...Sebastian Redl
2010-09-17Use a temporary file for output which gets renamed after all the writing is f...Argyrios Kyrtzidis
2010-08-18Rename PCHReader to ASTReader.Sebastian Redl
2010-08-18Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor
2010-08-15Extend the code-completion caching infrastructure to include globalDouglas Gregor
2010-08-12Teach CompilerInstance to create and hold on to the Sema object usedDouglas Gregor
2010-07-30Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl
2010-07-27Implement -fno-validate-pch at the -cc1 level, which suppresses mostDouglas Gregor
2010-07-08Some preparatory work for chained PCH. No functionality change.Sebastian Redl
2010-05-25Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor
2010-04-05Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor
2010-03-17Remove useless forward decl.Kovarththanan Rajaratnam
2010-03-06Lowercase for consistencyKovarththanan Rajaratnam
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-13Predefine __weak attribute when doing objective-cFariborz Jahanian
2010-01-13cc1: Factor out CompilerInstance::ExecuteAction which has the majority of theDaniel Dunbar
2009-12-06Document that CompilerInvocation::createDiagnostics keeps a reference to the ...Daniel Dunbar
2009-12-03Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...Daniel Dunbar
2009-12-01Fix typo.Daniel Dunbar
2009-11-29This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam
2009-11-15Add TargetOptions and use it when constructing targets.Daniel Dunbar
2009-11-14Add CompilerInstance::InitializeSourceManager.Daniel Dunbar
2009-11-14Add VerifyDiagnosticsClient, to replace old -verify.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 CompilerInstance::has* methods for testing if the instance has a particularDaniel 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