summaryrefslogtreecommitdiffstats
path: root/test/Modules/objc-categories.m
Commit message (Expand)AuthorAgeFilesLines
* [ObjC][Modules] Don't perform property lookup in hidden class extensionsAlex Lorenz2017-02-221-0/+6
* Don't synthesize an ImportDecl for a module named in -fmodule-implementation-ofBen Langmuir2016-02-051-1/+1
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-6/+6
* Require a module.map file to load a moduleBen Langmuir2014-01-221-1/+1
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-151-1/+1
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-141-0/+1
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-6/+3
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-6/+6
* Treat hidden Objective-C protocol definitions as if they wereDouglas Gregor2013-01-171-1/+26
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-161-0/+31
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-2/+2
* Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose2012-08-101-0/+1
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-2/+2
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-271-0/+13
* Under -fmodules, accept #public <macroname> and #private <macroname>Douglas Gregor2012-01-031-5/+5
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-1/+1
* Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor2011-11-291-4/+4
* Switch the remaining modules tests over to -emit-module-from-map.Douglas Gregor2011-11-161-71/+9
* With modules, we can end up loading a new module after we've seen anDouglas Gregor2011-09-171-1/+2
* For modules, use a hash of the compiler version, language options, andDouglas Gregor2011-09-131-4/+4
* Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor2011-09-121-4/+4
* Make test slightly trickierDouglas Gregor2011-09-011-0/+3
* Support importing of ObjC categories from modules.Argyrios Kyrtzidis2011-09-011-0/+85