Merge branch 'main' into lazy-immediate

This commit is contained in:
zachary0kent
2023-08-16 19:45:27 -07:00
committed by GitHub
185 changed files with 3390 additions and 4451 deletions

View File

@@ -199,10 +199,6 @@ EXPERIMENTAL_FEATURE(ASTGenTypes, false)
/// corresponding syntax tree.
EXPERIMENTAL_FEATURE(BuiltinMacros, false)
/// Whether to enable experimental @runtimeMetadata feature which allows to
/// declare an attribute which is discoverable and constructable at runtime.
EXPERIMENTAL_FEATURE(RuntimeDiscoverableAttrs, false)
/// Import C++ class templates as semantically-meaningless symbolic
/// Swift types and C++ methods as symbolic functions with blank
/// signatures.