summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* Try harder to supress the test from r212975 on WindowsBen Langmuir2014-07-141-2/+2
* XFAIL test that doesn't work on Windows yetBen Langmuir2014-07-141-0/+2
* Fix case-sensitivity of inferred framework modulesBen Langmuir2014-07-141-0/+5
* [modules] When merging a class template, also merge the definition of its pat...Richard Smith2014-07-113-0/+15
* [modules] Don't try to merge template specializations by performing name lookupRichard Smith2014-07-114-2/+13
* Remove REQUIRES lines from portable testsAlp Toker2014-06-251-1/+0
* Disable Modules/dependency-dump-dependent-module.m on win32 for now.NAKAMURA Takumi2014-06-201-0/+6
* test: Just check the VFS when testing module-dependency-dumpJustin Bogner2014-06-192-21/+0
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-192-0/+52
* Improve robustness of tests for module flags metadataOliver Stannard2014-06-191-2/+2
* [modules] When we merge redecl chains or mark a decl used with an updateRichard Smith2014-06-164-0/+16
* allow optional signext attributeWill Schmidt2014-06-021-1/+1
* When merging functions across modules (and in particular, instantiations ofRichard Smith2014-05-294-0/+31
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-2/+2
* Add a test that we don't store stale modtime in modulesBen Langmuir2014-05-271-0/+37
* [modules] If a referenced-but-not-instantiated class template specializationRichard Smith2014-05-233-0/+11
* If a class template specialization from one module has its definitionRichard Smith2014-05-223-0/+11
* If two sibling modules declare the same entity, and we indirectly pull aRichard Smith2014-05-194-3/+46
* Fix use-after-free and spurious error during module loadBen Langmuir2014-05-191-0/+25
* Add missed file from r209046.Richard Smith2014-05-161-0/+5
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-164-13/+103
* Push implicitly-declared allocation functions into the IdResolver. Otherwise,Richard Smith2014-05-162-0/+6
* Switch Wmodule-build to a remarkBen Langmuir2014-05-081-2/+2
* Remove -Wnon-modular-includeBen Langmuir2014-05-081-12/+0
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-074-26/+31
* Add -Wnon-modular-include* optionsBen Langmuir2014-05-0529-0/+155
* Add -Wmodule-build to make it easy to see when modules are (re)builtBen Langmuir2014-05-051-0/+22
* Make module self-import an errorBen Langmuir2014-05-052-6/+11
* Defer loading any pending update records until we've finished deserializing.Richard Smith2014-04-303-0/+9
* [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ...Argyrios Kyrtzidis2014-04-291-1/+0
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-294-1/+107
* Revert r207477 (and r207479), "Check -Werror options during module validation"NAKAMURA Takumi2014-04-294-107/+1
* Add missing triple to make -isysroot workBen Langmuir2014-04-291-3/+3
* Check -Werror options during module validationBen Langmuir2014-04-294-1/+107
* If we see an explicit instantiation declaration or definition of a functionRichard Smith2014-04-243-0/+22
* When two templates get merged together, also merge their pattern declarationsRichard Smith2014-04-244-10/+12
* Do not print inferred submodules explicitly in __inferred_module.mapBen Langmuir2014-04-231-0/+7
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-235-0/+39
* Allow submodule inferrences with a missing umbrella when the module is unavai...Ben Langmuir2014-04-211-0/+6
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-197-0/+31
* Fix a hole with nested unavailable submodules from r206664Ben Langmuir2014-04-181-0/+1
* Don't build modules with (submodules with) missing headersBen Langmuir2014-04-183-5/+21
* Add missing serialization code for one of the CXXRecordDecl definition flags.Richard Smith2014-04-172-0/+18
* Fixed problem with exclude header. The exclude header argument needs to be re...John Thompson2014-04-161-1/+1
* Make sure these two files are distinct, or else the modules system may, on ce...Nick Lewycky2014-04-142-0/+4
* Add module name and module map file to -module-file-infoBen Langmuir2014-04-141-0/+3
* Fix find command in test/Modules/prune.m broken by r206201Ben Langmuir2014-04-141-1/+1
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-1414-17/+91
* Fix test/Modules/cxx-irgen.cpp for PPC64Hal Finkel2014-04-121-3/+3
* Add -fmodules-strict-decluse to check that all headers are in modulesDaniel Jasper2014-04-111-0/+9
OpenPOWER on IntegriCloud