| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha... | Richard Smith | 2017-03-09 | 1 | -0/+1 |
* | [GeneratePCHAction] If preprocessor option 'AllowPCHWithCompilerErrors' is en... | Argyrios Kyrtzidis | 2017-02-27 | 1 | -1/+7 |
* | [modules] For -module-file-info, print out the resource dir path, since it is... | Argyrios Kyrtzidis | 2017-02-25 | 1 | -0/+1 |
* | PCH: fix a regression that reports a module is defined in both pch and pcm. | Manman Ren | 2017-01-09 | 1 | -0/+6 |
* | Revert "[Modules] Make header inclusion order from umbrella dirs deterministic" | Bruno Cardoso Lopes | 2016-12-12 | 1 | -11/+3 |
* | [Modules] Make header inclusion order from umbrella dirs deterministic | Bruno Cardoso Lopes | 2016-12-12 | 1 | -3/+11 |
* | C++ Modules TS: add frontend support for building pcm files from module | Richard Smith | 2016-08-26 | 1 | -31/+50 |
* | Refactor to remove the assumption that we know the name of the module we're e... | Richard Smith | 2016-08-25 | 1 | -2/+2 |
* | Module: add -fprebuilt-module-path to support loading prebuilt modules. | Manman Ren | 2016-08-18 | 1 | -1/+2 |
* | Print the module format in clang -module-file-info. | Adrian Prantl | 2016-08-17 | 1 | -2/+7 |
* | Support object-file-wrapped modules in clang -module-file-info. | Adrian Prantl | 2016-08-17 | 1 | -0/+8 |
* | Modules: add command line option fmodules-disable-diagnostic-validation | Manman Ren | 2016-07-26 | 1 | -1/+5 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -3/+2 |
* | Frontend: Simplify ownership model for clang's output streams. | Peter Collingbourne | 2016-07-15 | 1 | -18/+25 |
* | [PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp... | Pierre Gousseau | 2016-07-13 | 1 | -1/+4 |
* | RenderScript support in the Frontend | Pirama Arumuga Nainar | 2016-06-09 | 1 | -0/+1 |
* | [Modules] Use vfs for (recursive) directory iteration | Bruno Cardoso Lopes | 2016-05-16 | 1 | -6/+7 |
* | [Tooling] Fix broken dependency for shared build | Etienne Bergeron | 2016-05-12 | 1 | -0/+3 |
* | [modules] addHeaderInclude() can't fail. | Davide Italiano | 2016-03-02 | 1 | -21/+12 |
* | [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single | Richard Smith | 2016-02-19 | 1 | -0/+2 |
* | Remove use of builtin comma operator. | Richard Trieu | 2016-02-18 | 1 | -1/+2 |
* | [modules] Make sure we always include the contents of private headers when | Richard Smith | 2016-01-08 | 1 | -9/+11 |
* | [modules] Refactor handling of -fmodules-embed-*. Track this properly rather | Richard Smith | 2015-11-26 | 1 | -10/+11 |
* | [modules] Add -cc1 flag -fmodules-embed-all-files. | Richard Smith | 2015-11-24 | 1 | -0/+2 |
* | Introduce module file extensions to piggy-back data onto module files. | Douglas Gregor | 2015-11-03 | 1 | -5/+25 |
* | Further simplify the interface of PCHContainerGenerator | Adrian Prantl | 2015-09-19 | 1 | -2/+2 |
* | Simplify the interface of PCHContainerGenerator and friends | Adrian Prantl | 2015-09-18 | 1 | -10/+4 |
* | [modules] When explicitly building a module file, don't include timestamps in | Richard Smith | 2015-08-17 | 1 | -1/+3 |
* | [modules] Add an experimental -cc1 feature to embed the contents of an input | Richard Smith | 2015-08-14 | 1 | -2/+11 |
* | Make the clang module container format selectable from the command line. | Adrian Prantl | 2015-07-17 | 1 | -4/+4 |
* | [Modules] Consider -fmodule-feature in module hash and when loading | Ben Langmuir | 2015-06-23 | 1 | -0/+7 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 2015-06-20 | 1 | -20/+39 |
* | [modules] Retain the name as written for umbrella headers and directories, ra... | Richard Smith | 2015-05-16 | 1 | -30/+22 |
* | Use raw_pwrite_stream in clang. | Rafael Espindola | 2015-04-14 | 1 | -6/+1 |
* | Bring r234620 back now that llvm is fixed. | Rafael Espindola | 2015-04-13 | 1 | -6/+5 |
* | Reformat. | NAKAMURA Takumi | 2015-04-13 | 1 | -3/+3 |
* | Revert r234620 and others, "Actually check if lseek works instead of using a ... | NAKAMURA Takumi | 2015-04-13 | 1 | -6/+6 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -3/+2 |
* | Actually check if lseek works instead of using a filename based heuristic. | Rafael Espindola | 2015-04-10 | 1 | -6/+6 |
* | Return a pointer instead of having a pointer outparam and a bool return. | Rafael Espindola | 2015-04-10 | 1 | -15/+15 |
* | Return a pointer instead of having a pointer outparam and a bool return. | Rafael Espindola | 2015-04-10 | 1 | -13/+13 |
* | Ensure that we still parse preprocessed CUDA files as CUDA when we use | Artem Belevich | 2015-03-19 | 1 | -0/+1 |
* | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 1 | -1/+1 |
* | [modules] Teach the AST reader to handle the case of importing a module | Chandler Carruth | 2015-03-14 | 1 | -2/+2 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -36/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -4/+36 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -36/+4 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -4/+36 |