]> granicus.if.org Git - clang/history - test/Modules/objc-categories.m
Don't synthesize an ImportDecl for a module named in -fmodule-implementation-of
[clang] / test / Modules / objc-categories.m
2016-02-05 Ben LangmuirDon't synthesize an ImportDecl for a module named in...
2015-06-16 Richard Smith[modules] Simplify -cc1 interface for enabling implicit...
2014-01-22 Ben LangmuirRequire a module.map file to load a module
2013-05-15 Fariborz Jahanianimprove of note message and minor refactoring of my...
2013-05-14 Fariborz JahanianObjective-C [diagnostics] [QOI], when method is not
2013-04-17 Andy GibbsExtended VerifyDiagnosticConsumer to also verify source...
2013-02-07 Douglas GregorRename -fmodule-cache-path <blah> to -fmodules-cache...
2013-01-17 Douglas GregorTreat hidden Objective-C protocol definitions as if...
2013-01-16 Douglas GregorRework the traversal of Objective-C categories and...
2012-12-11 Douglas GregorUse @import rather than @__experimental_modules_import...
2012-08-10 Jordan RoseUpdate VerifyDiagnosticConsumer to only get directives...
2012-03-01 Ted KremenekChange @import to @__experimental_modules_import. ...
2012-01-27 Douglas GregorReimplement (de-)serialization of Objective-C categorie...
2012-01-03 Douglas GregorUnder -fmodules, accept #public <macroname> and #privat...
2012-01-03 Douglas GregorIntroduce a non-uglified syntax for module imports...
2011-11-29 Douglas GregorEliminate the -emit-module option, which emitted a...
2011-11-16 Douglas GregorSwitch the remaining modules tests over to -emit-module...
2011-09-17 Douglas GregorWith modules, we can end up loading a new module after...
2011-09-13 Douglas GregorFor modules, use a hash of the compiler version, langua...
2011-09-12 Douglas GregorIntroduce a cc1-level option to provide the path to...
2011-09-01 Douglas GregorMake test slightly trickier
2011-09-01 Argyrios KyrtzidisSupport importing of ObjC categories from modules.