This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

spyffe created this revision.Jul 11 2017, 1:43 PM
This revision was automatically updated to reflect the committed changes.