| commit | b15def221d4bd03ea9eb57c1c6cafad80cff4b21 | [log] [tgz] |
|---|---|---|
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Mar 12 18:34:26 2012 +0000 |
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Mon Mar 12 18:34:26 2012 +0000 |
| tree | 62bbd648fa8de6ba0104fa91ad9847cb09da57de | |
| parent | 166b090a46e14a9072f724935997f4f4fca8acd2 [diff] |
[Sema] -Add an invalid objc category to the DeclContext so that it can be serialized -Don't add methods of invalid objc containers to the global method pool. This protects us from trying to serialize a method whose container was not serialized. Part of rdar://11007039. llvm-svn: 152566