summaryrefslogtreecommitdiffstats
path: root/lib/Lex/ModuleMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add vtable anchor to classes.Richard Trieu2018-12-291-0/+2
* Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Benjamin Kramer2018-11-051-1/+1
* Revert "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Ilya Biryukov2018-11-021-1/+1
* Fix regression in behavior of clang -x c++-header -fmodule-name=XXXRichard Smith2018-11-011-1/+1
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-6/+8
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-8/+31
* [VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall2018-09-141-5/+4
* Remove trailing spaceFangrui Song2018-07-301-89/+89
* [Modules] Improve .Private fix-its to handle 'explicit' and 'framework'Bruno Cardoso Lopes2018-06-151-11/+27
* Fix unused variable warning from r333718 Erich Keane2018-06-011-1/+1
* [Modules] Warning for module declarations lacking 'framework' qualifierBruno Cardoso Lopes2018-06-011-25/+57
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-38/+38
* Record whether a module came from a private module mapJordan Rose2018-04-201-3/+6
* Use export_as for autolinking frameworksBruno Cardoso Lopes2018-04-161-0/+20
* [Modules] Improve fixit for framework private module mapsBruno Cardoso Lopes2018-03-301-6/+11
* Make module use diagnostics refer to the top-level moduleDaniel Jasper2018-02-241-2/+2
* Track shadow modules with a generation counter.Bruno Cardoso Lopes2018-01-051-25/+16
* Reapply r321781: [Modules] Allow modules specified by -fmodule-map-file to sh...Bruno Cardoso Lopes2018-01-051-32/+71
* Revert "[Modules] Allow modules specified by -fmodule-map-file to shadow impl...Bruno Cardoso Lopes2018-01-041-68/+32
* [Modules] Allow modules specified by -fmodule-map-file to shadow implicitly f...Bruno Cardoso Lopes2018-01-041-32/+68
* [Modules] Change private modules rules and warningsBruno Cardoso Lopes2017-12-221-35/+63
* [Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-12-061-29/+54
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-141-0/+44
* Fix memory leak after r312467. The ModuleMap is the owner of the global modul...Richard Smith2017-09-051-6/+10
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-041-1/+12
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-291-1/+2
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-84/+250
* Factor resolving of header directives -> files out of module map parser.Richard Smith2017-05-261-97/+104
* Remove last (unnecessary) use of mapping from SourceLocation to Module andRichard Smith2017-05-191-33/+0
* [Modules] Allow umbrella frameworks to define private submodules for subframe...Bruno Cardoso Lopes2017-05-091-2/+4
* If we are building a module, and we read a second description of the sameRichard Smith2017-05-081-1/+13
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-9/+49
* [modules ts] Diagnose 'export' declarations outside of a module interface.Richard Smith2017-04-241-0/+1
* PR30508: Downgrade error to warning if the umbrella folder doesn't exist.Vassil Vassilev2017-04-181-2/+1
* Modular Codegen: Separate flags for function and debug info supportDavid Blaikie2017-04-121-1/+0
* [Modules] Find PrivateHeaders when looking into subframeworksBruno Cardoso Lopes2017-03-211-7/+13
* Fix modules codegen to be compatible with modules-tsDavid Blaikie2017-01-311-1/+0
* Prototype of modules codegenDavid Blaikie2017-01-301-5/+8
* [Modules] Fix misleading warning about missing textual header in umbrella headerBruno Cardoso Lopes2017-01-121-2/+12
* [Modules] Support #import when entering files with modulesBruno Cardoso Lopes2017-01-111-3/+3
* Use after move bug fixesPiotr Padlewski2016-12-231-1/+1
* [modules] Handle modules with nonstandard names in module.private.modulemapsGraydon Hoare2016-12-211-0/+36
* [Modules] Replace arrays with init lists.Benjamin Kramer2016-11-151-9/+5
* Treat module headers wrapped by our builtin headers as implicitly being textualRichard Smith2016-10-261-5/+9
* Module: improve the diagnostic message for include of non-modular header.Manman Ren2016-10-211-1/+2
* [Modules] Add 'no_undeclared_includes' module map attributeBruno Cardoso Lopes2016-10-211-14/+23
* Don't diagnose non-modular includes when we are not compiling a module.Manman Ren2016-08-261-1/+3
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-1/+20
* [Lex] inferModuleFromLocation should do no work if there are no modulesDavid Majnemer2016-05-161-0/+3
* [Modules] Use vfs for (recursive) directory iterationBruno Cardoso Lopes2016-05-161-7/+11