]> granicus.if.org Git - clang/history - test/Modules/Inputs/module.map
[Modules] Test lock file removed on signal
[clang] / test / Modules / Inputs / module.map
2015-06-29 Ben Langmuir[Modules] Test lock file removed on signal
2015-02-24 Richard Smith[modules] Properly check whether a declaration is std...
2014-09-06 Nico WeberAdd -Wunused-local-typedef, a warning that finds unused...
2014-08-29 Richard SmithAdd some missing test coverage for merging 'extern...
2014-08-28 Richard Smith[modules] When completing the redecl chain for an anony...
2014-08-09 Richard Smith[modules] Weaken an out-of-date assertion: an #undef...
2014-06-16 Richard Smith[modules] When we merge redecl chains or mark a decl...
2014-05-19 Richard SmithIf two sibling modules declare the same entity, and...
2014-05-16 Richard SmithIf a declaration is loaded, and then a module import...
2014-03-23 Richard SmithIf a name is injected into an imported inline namespace...
2014-03-22 Richard SmithRefactor: move loading pending instantiations from...
2014-03-08 Richard SmithModule [extern_c] attribute: inherit to submodules...
2014-03-06 Richard SmithFix crash if a submodule overrides one of its own macro...
2014-03-05 Richard SmithIf a #include finds a file relative to the current...
2014-03-02 Richard SmithAdd [extern_c] attribute for modules, allowing a C...
2014-03-01 Richard SmithIf a module A exports a macro M, and a module B imports...
2014-01-31 Ben LangmuirFix autolinking when modules are imported in pch files
2013-11-04 Dmitri GribenkoInclude non-explicit submodules in exported module...
2013-10-23 Richard SmithMake UsingShadowDecls redeclarable. This fixes some...
2013-10-18 Richard SmithC++ modules: don't lose track of a 'namespace std'...
2013-10-15 Richard SmithTest that we can merge together explicit and partial...
2013-08-30 Richard SmithMap from local decl IDs to global decl IDs when lazily...
2013-07-25 Richard SmithWhen we perform dependent name lookup during template...
2013-07-14 Richard SmithIf an unimported submodule of an imported module contai...
2013-06-25 Richard SmithFix deserializing of class template partial specializat...
2013-06-24 Richard SmithSlightly improve cross-module merging for function...
2013-06-21 Douglas Gregor[Modules] If a module map resides in a system header...
2013-06-21 Douglas GregorWhen building a module, keep *all* declared methods...
2013-05-20 Douglas GregorAdd -Wincomplete-module, which detects when a header...
2013-04-04 Rafael EspindolaAdd hasExternalLinkageUncached back with the test that...
2013-04-03 Douglas Gregor<rdar://problem/13560075> Teach name lookup for builtin...
2013-03-27 Argyrios Kyrtzidis[modules] Make sure enabled diagnostic pragmas inside...
2013-03-20 Douglas Gregor<rdar://problem/10796651> Introduce configuration macro...
2013-02-12 Richard SmithFix a bug reduced from a crash when trying to use modul...
2013-02-12 Richard SmithRemove an assert which triggers when a decl context...
2013-02-11 Douglas Gregor[Modules] Cope better with top-level declarations loade...
2013-02-08 Richard SmithFix stack overflow and improve performance when a modul...
2013-02-07 Douglas GregorRetain all hidden methods in the global method pool...
2013-02-06 Douglas GregorDetect when we end up trying to load conflicting module...
2013-02-01 Douglas GregorMerge "special" types from different modules in the...
2013-01-16 Douglas GregorRework the traversal of Objective-C categories and...
2013-01-16 Douglas GregorTeach global selector lookup to ignore hidden methods...
2013-01-14 Douglas GregorImplement parsing, AST, (de-)serialization, and placeho...
2013-01-09 Douglas GregorWhen name lookup for a redeclaration finds declarations...
2012-11-15 Douglas GregorIf an excluded header does not exist, just ignore it
2012-11-06 Douglas GregorIntroduce inferred framework modules into the module...
2012-10-12 Douglas GregorTrack which particular submodule #undef's a macro,...
2012-10-11 Douglas GregorDeserialize macro history when we deserialize an identi...
2012-10-02 Axel NaumannMerge pending instantiations instead of overwriting...
2012-05-16 Douglas GregorFix ASTReader handling of ImportDecls, from Meador...
2012-04-12 Nick LewyckyThere's some code in the PCH reader that looks like...
2012-01-27 Douglas GregorReimplement (de-)serialization of Objective-C categorie...
2012-01-25 Douglas GregorWhenever Sema attempts to look in the global method...
2012-01-07 Douglas GregorSwitch NamespaceDecl from its own hand-rolled redeclara...
2011-12-22 Douglas GregorIf we end up merging an Objective-C class with an exist...
2011-12-20 Douglas GregorWhen performing name lookup for a redeclaration, ignore...
2011-12-17 Douglas GregorCompletely re-implement (de-)serialization of declaration
2011-12-16 Douglas GregorFix chaining of ObjCInterfaceDecl redeclarations
2011-12-14 Douglas GregorWhen name lookup comes across a declaration that is...
2011-12-05 Douglas GregorImplement support for wildcard exports in modules,...
2011-12-02 Douglas GregorMake sure that name lookup in C checks whether a name...
2011-12-02 Douglas GregorImplementing parsing and resolution of module export...
2011-11-16 Douglas GregorA module with an umbrella header assumes that all of...
2011-11-16 Douglas GregorSwitch the remaining modules tests over to -emit-module...
2011-11-16 Douglas GregorMigrate a few more modules tests over to -emit-module...
2011-11-16 Douglas GregorSwitch some more of the modules tests over to "-emit...
2011-11-16 Douglas GregorAdd support for building a module from a module map...