File tree Expand file tree Collapse file tree
ql/integration-tests/osx/hello-xcode Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import swift
22
33from File f
4- where exists ( f .getRelativePath ( ) ) or f instanceof UnknownFile
4+ where
5+ ( exists ( f .getRelativePath ( ) ) or f instanceof UnknownFile ) and
6+ not f .getBaseName ( ) = "<module-includes>"
57select f
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ function RegisterExtractorPack(id)
5454 strip_unsupported_arg (args , ' -experimental-skip-non-inlinable-function-bodies-without-types' , 0 )
5555 strip_unsupported_clang_arg (args , ' -ivfsstatcache' , 1 )
5656 strip_unsupported_clang_arg (args , ' -fno-odr-hash-protocols' , 0 )
57+ strip_unsupported_clang_arg (args , ' -fobjc-msgsend-selector-stubs' , 0 )
58+ strip_unsupported_clang_arg (args , ' -fstack-check' , 0 )
5759 strip_unsupported_clang_arg (args , ' -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation' , 0 )
5860 strip_unsupported_clang_arg (args , ' -clang-vendor-feature=+enableAggressiveVLAFolding' , 0 )
5961 strip_unsupported_clang_arg (args , ' -clang-vendor-feature=+revert09abecef7bbf' , 0 )
You can’t perform that action at this time.
0 commit comments