AST: Quote attributes more consistently in DiagnosticsSema.def

This commit is contained in:
Anthony Latsis
2025-04-07 02:24:50 +01:00
parent 77eb4f05ec
commit 2cd90bdd69
150 changed files with 971 additions and 951 deletions

View File

@@ -14,6 +14,6 @@ import AppKit
let globalConstantWithLazyInitializer: String = "hello, world"
@NSApplicationMain // expected-deprecated-warning {{'NSApplicationMain' is deprecated; this is an error in the Swift 6 language mode}}
// expected-deprecated-note@-1 {{use @main instead}} {{1-19=@main}}
// expected-deprecated-note@-1 {{use '@main' instead}} {{1-19=@main}}
class MyDelegate: NSObject, NSApplicationDelegate {
}