This patch adds functionality and a test for importing Objective-C classes and their methods.
It also adds a flag to clang-import-test to set the language used for parsing. This takes the same argument format as the -x option to the driver.
Paths
| Differential D35274
[ExternalASTMerger] Import Objective-C classes ClosedPublic Authored by spyffe on Jul 11 2017, 1:43 PM.
Details Summary This patch adds functionality and a test for importing Objective-C classes and their methods. It also adds a flag to clang-import-test to set the language used for parsing. This takes the same argument format as the -x option to the driver.
Diff Detail
Event TimelineClosed by commit rL309014: [ExternalASTMerger] Import Objective-C classes (authored by spyffe). · Explain WhyJul 25 2017, 12:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 108139 cfe/trunk/lib/AST/ExternalASTMerger.cpp
cfe/trunk/test/Import/objc-method/test.m
cfe/trunk/tools/clang-import-test/clang-import-test.cpp
|