This moves the two tests we have for importing Objective-C nodes to their own file. The motivation is
that this means I can add more Objective-C tests without making the compilation time of ASTImporterTest
even longer. Also it seems nice to separate the Apple-specific stuff from the ASTImporter test.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This isn't NFC as I made the options array for Objective-C to test -fobjc-arc/-fno-objc-arc. There are usually no templates in Objective-C so
the MSVC delayed template parsing shouldn't affect the AST. objc-arc seems to influence qualifiers so I just used that as a starting point for
the test options array.
clang-tidy: warning: 'auto ToMethod' can be declared as 'auto *ToMethod' [llvm-qualified-auto]
not useful