summaryrefslogtreecommitdiff
path: root/test/Modules/module_file_info.m
AgeCommit message (Expand)Author
2017-03-13Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith
2017-02-25[modules] For -module-file-info, print out the resource dir path, since it is...Argyrios Kyrtzidis
2016-08-17Print the module format in clang -module-file-info.Adrian Prantl
2016-08-17Support object-file-wrapped modules in clang -module-file-info.Adrian Prantl
2015-06-23[Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2014-10-03test: Disable standard system includes in %clang_cc1Justin Bogner
2014-08-07Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith
2014-04-29[PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ...Argyrios Kyrtzidis
2014-04-29Reapply r207477 and r207479 without cyclic dependencyBen Langmuir
2014-04-29Revert r207477 (and r207479), "Check -Werror options during module validation"NAKAMURA Takumi
2014-04-29Check -Werror options during module validationBen Langmuir
2014-04-14Add module name and module map file to -module-file-infoBen Langmuir
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor