summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs"Hans Wennborg2020-02-271-3/+0
* Fix a reentrance bug with deserializing ObjC type parameters.John McCall2020-02-132-0/+17
* make -fmodules-codegen and -fmodules-debuginfo work also with PCHsLuboš Luňák2020-01-151-0/+3
* fix recent -fmodules-codegen fix testLuboš Luňák2020-01-141-0/+1
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-12-024-0/+24
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-12-014-24/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-12-014-0/+24
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-12-014-24/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-11-304-0/+24
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-11-304-24/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-11-304-0/+24
* Add a test to cover structural match for recursive data typesBruno Cardoso Lopes2019-11-144-0/+20
* [Modules][Objective-C] Use complete decl from module when diagnosing missing ...Bruno Cardoso Lopes2019-09-164-0/+13
* [Modules] Fix rebuilding an updated module for each of its consumers.Volodymyr Sapsai2019-08-284-0/+8
* Modules: Search for a visible definition of the decl context when computing v...David Blaikie2019-04-1913-0/+62
* Modules: Invalidate out-of-date PCMs as they're discoveredDuncan P. N. Exon Smith2019-03-098-0/+17
* Modules: Add -Rmodule-importDuncan P. N. Exon Smith2019-03-065-0/+10
* [HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directoryAlex Lorenz2018-11-142-0/+6
* Debug Info (-gmodules): emit full types for non-anchored template specializat...Adrian Prantl2018-10-244-0/+81
* Fix an assert in -Wquoted-include-in-framework-headerErik Pilkington2018-09-202-0/+2
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-152-0/+9
* [ODRHash] Fix early exit that skipped code.Richard Trieu2018-09-141-0/+1
* When we leave a module header, make that header visible in itsRichard Smith2018-09-124-0/+30
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-185-0/+23
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-125-23/+0
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-105-0/+23
* Add protocol redefinition to the current scope/contextBruno Cardoso Lopes2018-06-304-0/+17
* [ODRHash] Do not rely on Type* when computing the hash.Vassil Vassilev2018-06-285-0/+34
* [Modules][ObjC] Warn on the use of '@import' in framework headersBruno Cardoso Lopes2018-06-273-0/+8
* Warning for framework include violation from Headers to PrivateHeadersBruno Cardoso Lopes2018-06-2512-0/+85
* Re-apply: Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-2211-0/+64
* Revert "Warning for framework headers using double quote includes"Bruno Cardoso Lopes2018-06-2111-64/+0
* Warning for framework headers using double quote includesBruno Cardoso Lopes2018-06-2011-0/+64
* [Modules] Improve .Private fix-its to handle 'explicit' and 'framework'Bruno Cardoso Lopes2018-06-152-0/+12
* [Modules] Warning for module declarations lacking 'framework' qualifierBruno Cardoso Lopes2018-06-013-0/+6
* [Modules] Allow @import to reach submodules in private module mapsBruno Cardoso Lopes2018-05-025-0/+11
* [Modules] Fix testcases from r331232Bruno Cardoso Lopes2018-04-301-1/+0
* [Modules] Handle ObjC/C ODR-like semantics for EnumConstantDeclBruno Cardoso Lopes2018-04-304-0/+14
* [Modules][ObjC] ASTReader should add protocols for class extensionsBruno Cardoso Lopes2018-04-274-0/+28
* Add some infuriatingly necessary comments to this test case.Chandler Carruth2018-04-174-0/+12
* Use export_as for autolinking frameworksBruno Cardoso Lopes2018-04-1610-0/+33
* [PATCH] [RISCV] Extend getTargetDefines for RISCVTargetInfoShiva Chen2018-04-051-0/+5
* [Modules] Fix creating fake definition data for lambdas.Volodymyr Sapsai2018-03-212-0/+8
* [Modules] Honor -fmodule-name when handling private framework modulesBruno Cardoso Lopes2018-03-205-0/+15
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-193-0/+29
* Make module use diagnostics refer to the top-level moduleDaniel Jasper2018-02-241-1/+1
* [ODRHash] Fix hashing for friend functions.Richard Trieu2018-02-223-0/+42
* [Modules] Add more language features to be used with requires-declarationBruno Cardoso Lopes2018-02-141-0/+18
* [Modules] Fix remapping from Foo.Private to Foo_Private to happen before typo...Bruno Cardoso Lopes2018-02-121-0/+3
* [modules] Fix incorrect diagnostic mapping computation when a module changesRichard Smith2018-02-091-0/+3
OpenPOWER on IntegriCloud