Age | Commit message (Expand) | Author |
2013-03-20 | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor |
2013-02-01 | For ModuleLoader::makeModuleVisible() also pass the source location where the | Argyrios Kyrtzidis |
2013-01-25 | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor |
2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2013-01-12 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-29 | Keep track of modules that have failed to build. If we encounter an | Douglas Gregor |
2012-11-09 | Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, | Argyrios Kyrtzidis |
2012-10-31 | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis |
2012-10-23 | Use a .def file for most of the diagnostic options. | Douglas Gregor |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor |
2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko |
2012-09-13 | Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is | Dmitri Gribenko |
2012-08-31 | Make AnalyzerOptions a shared object between CompilerInvocation and | Ted Kremenek |
2012-07-02 | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko |
2012-03-07 | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis |
2012-03-03 | Frontend: Default to creating output files using temporary files + rename. | Daniel Dunbar |
2012-03-03 | Frontend: Don't automatically create missing directories when using temporary... | Daniel Dunbar |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2011-12-02 | When we treat an #include or #import as a module import, create an | Douglas Gregor |
2011-12-01 | Introduce the notion of name visibility into modules. For a given | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | Implement (de-)serialization of the description of a module and its | Douglas Gregor |
2011-11-30 | Teach the preprocessor how to handle module import declarations that | Douglas Gregor |
2011-11-30 | When loading a module that involves submodules (e.g., std.vector), | Douglas Gregor |
2011-11-30 | Switch the module-loading interfaces and parser from a simple | Douglas Gregor |
2011-11-17 | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek |
2011-09-29 | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor |
2011-09-25 | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-13 | When compiling a module on-demand, re-use the diagnostics client | Douglas Gregor |
2011-08-26 | Introduce support for a simple module import declaration, which | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-07-28 | Cut down the number of open/close system calls for output files. | Argyrios Kyrtzidis |
2011-07-20 | remove some now-redundant forward declarations. | Chris Lattner |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-04-07 | Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support. | Daniel Dunbar |
2011-03-21 | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek |
2011-02-19 | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne |
2011-02-19 | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola |
2011-02-18 | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne |
2011-02-05 | Improve our uniquing of file entries when files are re-saved or are | Douglas Gregor |
2011-01-31 | Frontend: Add an explicit RemoveFileOnSignal flag argument, to control the | Daniel Dunbar |
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 |