summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* [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
* Have validate-system-headers override validate-once-per-build-sessionBen Langmuir2014-04-081-0/+18
* If a header is explicitly included in module A, and excluded from an umbrellaRichard Smith2014-04-085-0/+17
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-2/+2
* Add the location of Decls to ast dump.David Blaikie2014-04-021-1/+1
* Save out a correct lookup table if a lookup table entry is stale (it containsRichard Smith2014-03-254-0/+20
* Add missing file from r204570.Richard Smith2014-03-231-0/+5
* If a name is injected into an imported inline namespace without reopening thatRichard Smith2014-03-233-0/+13
* When we inject a declaration into a namespace, add the primary DeclContext toRichard Smith2014-03-233-0/+12
* If a template instantation introduces a name into a namespace, we need to writeRichard Smith2014-03-233-0/+12
* If an update record makes a declaration interesting, pass it to the consumer.Richard Smith2014-03-233-3/+14
OpenPOWER on IntegriCloud