summaryrefslogtreecommitdiffstats
path: root/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: fix autolink emission on ELFSaleem Abdulrasool2019-01-051-2/+2
* Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...Adrian Prantl2018-12-061-1/+3
* Diagnose friend function template redefinitions.Serge Pavlov2018-12-061-0/+2
* [test] Disable Modules/prune.m on NetBSD as it requires 'touch -a'Michal Gorny2018-12-051-0/+3
* Revert "Avoid emitting redundant or unusable directories in DIFile metadata e...Ilya Biryukov2018-12-041-3/+1
* Relax tests to also work on WindowsAdrian Prantl2018-12-031-1/+3
* Avoid emitting redundant or unusable directories in DIFile metadata entries.Adrian Prantl2018-12-031-1/+1
* [-gmodules] Honor -fdebug-prefix-map in the debug info inside PCMs.Adrian Prantl2018-11-291-0/+23
* CGDecl::emitStoresForConstant fix synthesized constant's nameJF Bastien2018-11-151-4/+4
* [HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directoryAlex Lorenz2018-11-143-0/+19
* Fix test from r346439 to also work on Windows due to path separator differences.Douglas Yung2018-11-091-1/+1
* [Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch...David Blaikie2018-11-081-0/+22
* Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Benjamin Kramer2018-11-051-0/+17
* Add an explicit -std=c++14 to this test.Adrian Prantl2018-11-021-4/+4
* Revert "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Ilya Biryukov2018-11-021-17/+0
* Fix regression in behavior of clang -x c++-header -fmodule-name=XXXRichard Smith2018-11-011-0/+17
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* [VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.Volodymyr Sapsai2018-10-245-5/+0
* Debug Info (-gmodules): emit full types for non-anchored template specializat...Adrian Prantl2018-10-246-2/+122
* Fix an assert in -Wquoted-include-in-framework-headerErik Pilkington2018-09-203-0/+5
* [Modules] Add platform and environment features to requires clauseBruno Cardoso Lopes2018-09-181-0/+79
* [modules] Support use of -E on modules built from the command line.Richard Smith2018-09-151-0/+5
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-153-0/+52
* [ODRHash] Fix early exit that skipped code.Richard Trieu2018-09-141-0/+1
* Print correctly dependency paths on WindowsDavid Bolvansky2018-09-131-3/+3
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-121-0/+34
* When we leave a module header, make that header visible in itsRichard Smith2018-09-125-0/+32
* Revert r342019, "Track definition merging on the canonical declarationRichard Smith2018-09-121-34/+0
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-121-0/+34
* Consistently create a new declaration when merging a pre-existing butRichard Smith2018-09-121-1/+1
* Fix tracking of merged definitions when the merge target is also mergedRichard Smith2018-09-121-0/+34
* [Modules] Add imported modules to the output of -module-file-infoBruno Cardoso Lopes2018-09-111-0/+1
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-052-0/+38
* Remove unnecessary options from test RUN lines.Richard Trieu2018-09-052-6/+6
* Add triple to test case.Richard Trieu2018-09-051-1/+3
* [ODRHash] Extend hash to support all Type's.Richard Trieu2018-09-046-2/+1129
* Ensure canonical type is actually canonical.Richard Trieu2018-08-301-0/+74
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-096-6/+6
* Diagnose invalid cv-qualifiers for friend decls.Eli Friedman2018-08-031-18/+0
* [modules] Defer merging deduced return types.Richard Smith2018-08-032-0/+9
* Fix assertion failure when emitting code for a merged lambda.Richard Smith2018-08-021-1/+1
* [Modules] Do not emit relocation error when -fno-validate-pch is setYuka Takahashi2018-08-011-0/+2
* [ODRHash] Support hashing enums.Richard Trieu2018-07-251-0/+171
* [PCH+Modules] Load -fmodule-map-file content before including PCHsBruno Cardoso Lopes2018-07-191-0/+16
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-186-0/+33
* [modules] Print input files when -module-file-info file switch is passed.Vassil Vassilev2018-07-181-0/+10
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-126-33/+0
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-106-0/+33
* [ODRHash] Merge the two function hashes into one.Richard Trieu2018-07-101-0/+222
* PR33924: merge local declarations that have linkage of some kind withinRichard Smith2018-07-046-0/+111