| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When building a module from the command line via -emit-module, add an entry to | Richard Smith | 2014-03-05 | 1 | -1/+9 |
* | Add [extern_c] attribute for modules, allowing a C module to be imported with... | Richard Smith | 2014-03-02 | 1 | -7/+14 |
* | Update for llvm api change. | Rafael Espindola | 2014-02-24 | 1 | -1/+1 |
* | Don't assume that F_None is the default. It is about to change. | Rafael Espindola | 2014-02-24 | 1 | -1/+1 |
* | Stat system dependencies when using -verify-pch | Ben Langmuir | 2014-02-07 | 1 | -5/+16 |
* | Add a CC1 option -verify-pch | Ben Langmuir | 2014-02-05 | 1 | -0/+13 |
* | Remove the -cxx-abi command-line flag. | Hans Wennborg | 2014-01-14 | 1 | -1/+0 |
* | Modules: Don't warn upon missing headers while reading the module map. | Daniel Jasper | 2013-12-17 | 1 | -4/+11 |
* | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -1/+1 |
* | Revert r196372, "do not warn about unknown pragmas in modes that do not handl... | NAKAMURA Takumi | 2013-12-04 | 1 | -1/+1 |
* | do not warn about unknown pragmas in modes that do not handle them (pr9537) | Lubos Lunak | 2013-12-04 | 1 | -1/+1 |
* | Allow a new syntax in a module requires-declaration: | Richard Smith | 2013-10-28 | 1 | -3/+3 |
* | Remove -ast-dump-xml. | Richard Smith | 2013-10-07 | 1 | -11/+0 |
* | Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to | Richard Smith | 2013-06-24 | 1 | -1/+2 |
* | [Modules] If a module map resides in a system header directory, treat it as a... | Douglas Gregor | 2013-06-21 | 1 | -1/+1 |
* | This patch adds new private headers to the module map. Private | Lawrence Crowl | 2013-06-20 | 1 | -2/+3 |
* | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor | 2013-03-27 | 1 | -0/+125 |
* | [Modules] Resolve top-headers of modules lazily. | Argyrios Kyrtzidis | 2013-03-13 | 1 | -3/+3 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -4/+4 |
* | [modules] Use a memory buffer directly as input for the module includes, | Argyrios Kyrtzidis | 2012-11-15 | 1 | -13/+5 |
* | [modules] Consistently construct a buffer as input to build the module. | Argyrios Kyrtzidis | 2012-10-10 | 1 | -82/+42 |
* | [Modules] Introduce Module::TopHeaders which is a set of top-level headers | Argyrios Kyrtzidis | 2012-10-05 | 1 | -3/+8 |
* | Added -ast-list option to dump filterable AST decl node names. | Alexander Kornienko | 2012-07-31 | 1 | -0/+5 |
* | Added -ast-dump-filter option to clang -cc1. | Alexander Kornienko | 2012-07-26 | 1 | -2/+2 |
* | Documentation cleanup: escape # in a Doxygen comment. | James Dennett | 2012-06-15 | 1 | -1/+1 |
* | Remove the -cc1-level option "-pubnames-dump". Such things should stay | Douglas Gregor | 2012-04-13 | 1 | -72/+0 |
* | Introduce a -cc1-level option -pubnames-dump, which simply dumps the | Douglas Gregor | 2012-03-27 | 1 | -0/+72 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 |
* | Frontend: Don't automatically create missing directories when using temporary... | Daniel Dunbar | 2012-03-03 | 1 | -1/+2 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -6/+6 |
* | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor | 2012-02-02 | 1 | -39/+26 |
* | Split compiler builtin module into "stdlib" builtins and "intrinsic" | Douglas Gregor | 2012-01-31 | 1 | -26/+39 |
* | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor | 2012-01-30 | 1 | -1/+1 |
* | Rework HeaderSearch's interface for getting a module from a name and | Douglas Gregor | 2012-01-29 | 1 | -1/+2 |
* | Introduce module attributes into the module map grammar, along with a | Douglas Gregor | 2012-01-27 | 1 | -2/+4 |
* | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 2012-01-20 | 1 | -4/+4 |
* | When generating includes for all of the headers we found in an | Douglas Gregor | 2012-01-05 | 1 | -3/+13 |
* | Store the submodules of a module in source order, as they are stored | Douglas Gregor | 2012-01-04 | 1 | -4/+3 |
* | Implement support for module requirements, which indicate the language | Douglas Gregor | 2011-12-31 | 1 | -1/+15 |
* | When we have an umbrella directory in a module map, recursively walk | Douglas Gregor | 2011-12-12 | 1 | -1/+2 |
* | Implement umbrella directories for modules, which are similar to | Douglas Gregor | 2011-12-08 | 1 | -0/+23 |
* | Within the module representation, generalize the notion of an umbrella | Douglas Gregor | 2011-12-08 | 1 | -15/+20 |
* | When building the main file to parse given a module map, don't skip | Douglas Gregor | 2011-12-06 | 1 | -19/+24 |
* | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 1 | -2/+2 |
* | When writing a module file, pass the module through to the AST | Douglas Gregor | 2011-11-30 | 1 | -5/+3 |
* | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor | 2011-11-29 | 1 | -1/+1 |
* | When building a module from a module map that isn't simply an umbrella | Douglas Gregor | 2011-11-16 | 1 | -9/+95 |
* | Switch some more of the modules tests over to "-emit-module-from-map", | Douglas Gregor | 2011-11-16 | 1 | -2/+0 |
* | Add support for building a module from a module map to the -cc1 | Douglas Gregor | 2011-11-16 | 1 | -0/+93 |
* | Revert r144703. It was a dumb idea anyway; will add the new bits more | Douglas Gregor | 2011-11-15 | 1 | -39/+1 |