Age | Commit message (Expand) | Author |
2011-01-26 | Remove CompilerInstance::getOutputFileList because it is unimplemented and un... | Jeffrey Yasskin |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-11 | Improve ASTUnit's capture of diagnostics so that the | Douglas Gregor |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-10-11 | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor |
2010-10-11 | Tighten up constness of argv parameters to allow for string literals as argum... | Axel Naumann |
2010-10-05 | Give every file that ASTReader loads a type: module, PCH, precompiled preambl... | Sebastian Redl |
2010-09-17 | Use a temporary file for output which gets renamed after all the writing is f... | Argyrios Kyrtzidis |
2010-08-18 | Rename PCHReader to ASTReader. | Sebastian Redl |
2010-08-18 | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor |
2010-08-15 | Extend the code-completion caching infrastructure to include global | Douglas Gregor |
2010-08-12 | Teach CompilerInstance to create and hold on to the Sema object used | Douglas Gregor |
2010-07-30 | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl |
2010-07-27 | Implement -fno-validate-pch at the -cc1 level, which suppresses most | Douglas Gregor |
2010-07-08 | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl |
2010-05-25 | Only enable code patterns (e.g., try { statements } catch (...) { | Douglas Gregor |
2010-04-05 | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor |
2010-03-17 | Remove useless forward decl. | Kovarththanan Rajaratnam |
2010-03-06 | Lowercase for consistency | Kovarththanan Rajaratnam |
2010-02-16 | CompilerInstance: Move LLVMContext member out of constructor. | Daniel Dunbar |
2010-01-30 | CompilerInstance: Change to not contain the CompilerInvocation object. | Daniel Dunbar |
2010-01-13 | Predefine __weak attribute when doing objective-c | Fariborz Jahanian |
2010-01-13 | cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the | Daniel Dunbar |
2009-12-06 | Document that CompilerInvocation::createDiagnostics keeps a reference to the ... | Daniel Dunbar |
2009-12-03 | Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to... | Daniel Dunbar |
2009-12-01 | Fix typo. | Daniel Dunbar |
2009-11-29 | This patch moves the frontend timer from clang-cc into CompilerInstance. | Kovarththanan Rajaratnam |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-14 | Add CompilerInstance::InitializeSourceManager. | Daniel Dunbar |
2009-11-14 | Add VerifyDiagnosticsClient, to replace old -verify. | Daniel Dunbar |
2009-11-14 | Add ASTConsumer to CompilerInstance. | Daniel Dunbar |
2009-11-14 | Move CompilerInstance::set* methods out-of-line. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance utility functions for creating output files. | Daniel Dunbar |
2009-11-13 | Add output file list to CompilerInstance, so that it can track them instead of | Daniel Dunbar |
2009-11-13 | Add CodeCompletion consumer to CompilerInvocation. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance::createPCHExternalASTSource. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance::has* methods for testing if the instance has a particular | Daniel Dunbar |
2009-11-13 | Add ASTContext to CompilerInstance. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance::createDiagnostics, and move clang-cc to it. | Daniel Dunbar |
2009-11-13 | Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to | Daniel Dunbar |
2009-11-13 | Add {File,Source}Manager to CompilerInstance. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance, and starting moving clang-cc to it. | Daniel Dunbar |