| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In the Module class, add a reference to the corresponding AST file. | Argyrios Kyrtzidis | 2012-09-29 | 1 | -0/+3 |
* | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko | 2012-07-02 | 1 | -8/+3 |
* | Pulls diagnostics for temp file handling into the common diagnostic kinds. | Manuel Klimek | 2012-05-16 | 1 | -1/+1 |
* | For final output files create them with mode 0664 to match other | Eric Christopher | 2012-05-11 | 1 | -1/+2 |
* | Remove variables made dead by r155923 | David Blaikie | 2012-05-01 | 1 | -2/+0 |
* | Remove dead code found by static analyzer. | Ted Kremenek | 2012-05-01 | 1 | -5/+0 |
* | objective-c modern translator: buildit objc bool | Fariborz Jahanian | 2012-04-16 | 1 | -0/+4 |
* | Changed all direct calls to CompletionConsumer.reset(..) to go call | Erik Verbruggen | 2012-04-12 | 1 | -4/+4 |
* | Added a flag to the parser to skip method bodies. | Erik Verbruggen | 2012-04-12 | 1 | -0/+1 |
* | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis | 2012-03-07 | 1 | -1/+5 |
* | [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond... | Argyrios Kyrtzidis | 2012-03-05 | 1 | -1/+1 |
* | Frontend: Default to creating output files using temporary files + rename. | Daniel Dunbar | 2012-03-03 | 1 | -1/+2 |
* | Frontend: Don't automatically create missing directories when using temporary... | Daniel Dunbar | 2012-03-03 | 1 | -6/+20 |
* | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis | 2012-02-25 | 1 | -2/+1 |
* | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -4/+4 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -5/+5 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -7/+7 |
* | Rename -dependency-graphviz to -dependencncy-dot | Douglas Gregor | 2012-02-02 | 1 | -2/+2 |
* | Introduce a -cc1 option "-dependency-graphviz" that determines header | Douglas Gregor | 2012-02-02 | 1 | -0/+4 |
* | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor | 2012-01-30 | 1 | -2/+3 |
* | Switch over to LLVM's file-level locking facility | Douglas Gregor | 2012-01-29 | 1 | -265/+5 |
* | Ensure that we clean up after a failed module build and cope with the | Douglas Gregor | 2012-01-29 | 1 | -1/+1 |
* | Implement code completion support for module import declarations, e.g., | Douglas Gregor | 2012-01-29 | 1 | -1/+0 |
* | Rework HeaderSearch's interface for getting a module from a name and | Douglas Gregor | 2012-01-29 | 1 | -4/+18 |
* | Introduce module attributes into the module map grammar, along with a | Douglas Gregor | 2012-01-27 | 1 | -5/+8 |
* | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 2012-01-20 | 1 | -5/+4 |
* | Store the submodules of a module in source order, as they are stored | Douglas Gregor | 2012-01-04 | 1 | -12/+14 |
* | Implement support for module requirements, which indicate the language | Douglas Gregor | 2011-12-31 | 1 | -1/+15 |
* | Detect when mapping a #include/#import over to a submodule ends up | Douglas Gregor | 2011-12-20 | 1 | -2/+16 |
* | Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives... | Ted Kremenek | 2011-12-17 | 1 | -1/+1 |
* | Revert r146646 that was a mistake, and make the intended change in the right ... | Argyrios Kyrtzidis | 2011-12-15 | 1 | -3/+0 |
* | [libclang] Try to unbreak mingw build. | Argyrios Kyrtzidis | 2011-12-15 | 1 | -0/+3 |
* | Keep track of import dependencies between submodules within the module | Douglas Gregor | 2011-12-08 | 1 | -8/+13 |
* | Make changes to SDiagsWriter to make it work in combination with the ARC migr... | Argyrios Kyrtzidis | 2011-12-07 | 1 | -1/+4 |
* | If we can't write the temporary module map file when compiling a | Douglas Gregor | 2011-12-07 | 1 | -1/+2 |
* | Add a FIXME to provide a sensible error message here | Douglas Gregor | 2011-12-06 | 1 | -2/+3 |
* | Use absolute paths for temporary module map files | Douglas Gregor | 2011-12-06 | 1 | -1/+1 |
* | When we treat an #include or #import as a module import, create an | Douglas Gregor | 2011-12-02 | 1 | -3/+13 |
* | Introduce the notion of name visibility into modules. For a given | Douglas Gregor | 2011-12-01 | 1 | -3/+10 |
* | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 1 | -7/+7 |
* | Don't collide loop variable names (to appease GCC) | Matt Beaumont-Gay | 2011-11-30 | 1 | -7/+6 |
* | Implement (de-)serialization of the description of a module and its | Douglas Gregor | 2011-11-30 | 1 | -26/+34 |
* | Teach the preprocessor how to handle module import declarations that | Douglas Gregor | 2011-11-30 | 1 | -0/+8 |
* | When loading a module that involves submodules (e.g., std.vector), | Douglas Gregor | 2011-11-30 | 1 | -82/+150 |
* | Switch the module-loading interfaces and parser from a simple | Douglas Gregor | 2011-11-30 | 1 | -10/+14 |
* | Switch on-demand module building over to use module maps, always. When | Douglas Gregor | 2011-11-29 | 1 | -72/+46 |
* | Teach the module import mechanism how to rebuild modules expressed via | Douglas Gregor | 2011-11-29 | 1 | -8/+64 |
* | Start refactoring to use module maps when rebuilding a module | Douglas Gregor | 2011-11-29 | 1 | -12/+15 |
* | When attempting to load a module that is not in the module cache, | Douglas Gregor | 2011-11-28 | 1 | -7/+7 |
* | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek | 2011-11-17 | 1 | -3/+3 |