| Commit message (Expand) | Author | Age | Files | Lines |
* | [clang][ifs] Dropping older experimental interface stub formats. | Puyan Lotfi | 2019-08-22 | 1 | -13/+0 |
* | [clang][ifs] New interface stubs format (llvm triple based). | Puyan Lotfi | 2019-08-22 | 1 | -0/+6 |
* | [clang-ifs] Clang Interface Stubs, first version (second landing attempt). | Puyan Lotfi | 2019-06-20 | 1 | -0/+20 |
* | Revert D60974 "[clang-ifs] Clang Interface Stubs, first version." | Fangrui Song | 2019-06-18 | 1 | -20/+0 |
* | [clang-ifs] Clang Interface Stubs, first version. | Puyan Lotfi | 2019-06-17 | 1 | -0/+20 |
* | Add clang source minimizer that reduces source to directives | Alex Lorenz | 2019-06-03 | 1 | -0/+11 |
* | Delete unused declaration of DeclContextPrintAction after the removal of -pri... | Fangrui Song | 2019-03-13 | 1 | -6/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | PTH-- Remove feature entirely- | Erich Keane | 2018-12-04 | 1 | -5/+0 |
* | [modules] Frontend support for building a header module from a list of | Richard Smith | 2018-09-15 | 1 | -0/+13 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -4/+4 |
* | Add a new driver mode to dump compiler feature and extension options. | Aaron Ballman | 2018-05-31 | 1 | -0/+12 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -6/+6 |
* | [Templight] Template Instantiation Observer | Gabor Horvath | 2018-02-10 | 1 | -0/+8 |
* | Allow to store precompiled preambles in memory. | Ilya Biryukov | 2017-11-16 | 1 | -4/+9 |
* | Reject attempts to build a module without -fmodules, rather than silently doi... | Richard Smith | 2017-07-06 | 1 | -0/+2 |
* | Remove 'Filename' parameter from BeginSourceFileAction. | Richard Smith | 2017-06-09 | 1 | -6/+3 |
* | Move functionality for handling module maps as inputs from the -emit-module | Richard Smith | 2017-04-28 | 1 | -11/+0 |
* | [GeneratePCHAction] If preprocessor option 'AllowPCHWithCompilerErrors' is en... | Argyrios Kyrtzidis | 2017-02-27 | 1 | -0/+2 |
* | PCH: fix a regression that reports a module is defined in both pch and pcm. | Manman Ren | 2017-01-09 | 1 | -0/+2 |
* | C++ Modules TS: add frontend support for building pcm files from module | Richard Smith | 2016-08-26 | 1 | -14/+24 |
* | Support object-file-wrapped modules in clang -module-file-info. | Adrian Prantl | 2016-08-17 | 1 | -0/+1 |
* | Frontend: Simplify ownership model for clang's output streams. | Peter Collingbourne | 2016-07-15 | 1 | -5/+4 |
* | [Tooling] Fix broken dependency for shared build | Etienne Bergeron | 2016-05-12 | 1 | -0/+1 |
* | [Frontend] Make the memory management of FrontendAction pointers explicit by ... | Argyrios Kyrtzidis | 2016-02-07 | 1 | -2/+3 |
* | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 2015-06-20 | 1 | -8/+7 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -1/+1 |
* | Return a pointer instead of having a pointer outparam and a bool return. | Rafael Espindola | 2015-04-10 | 1 | -5/+4 |
* | Return a pointer instead of having a pointer outparam and a bool return. | Rafael Espindola | 2015-04-10 | 1 | -5/+4 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -8/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -0/+8 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -8/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -0/+8 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -8/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -0/+8 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -8/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -0/+8 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -8/+0 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -0/+8 |
* | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 2014-08-10 | 1 | -25/+26 |
* | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 2014-07-17 | 1 | -26/+25 |
* | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 2014-07-17 | 1 | -25/+26 |
* | [C++11] Use 'nullptr' | Craig Topper | 2014-05-06 | 1 | -1/+1 |
* | Add clang:: qualifier back to Module | Ben Langmuir | 2014-04-14 | 1 | -1/+1 |
* | Allow multiple modules with the same name to coexist in the module cache | Ben Langmuir | 2014-04-14 | 1 | -8/+12 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-13 | 1 | -64/+64 |
* | Add a CC1 option -verify-pch | Ben Langmuir | 2014-02-05 | 1 | -0/+11 |
* | Remove -ast-dump-xml. | Richard Smith | 2013-10-07 | 1 | -6/+0 |
* | [Modules] If a module map resides in a system header directory, treat it as a... | Douglas Gregor | 2013-06-21 | 1 | -0/+4 |
* | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor | 2013-03-27 | 1 | -1/+16 |