Skip to content

Commit c82fa57

Browse files
committed
AST: Quote attributes more consistently in DiagnosticsIRGen.def
1 parent b6137d6 commit c82fa57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/swift/AST/DiagnosticsIRGen.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ ERROR(no_input_files_for_mt,none,
4242
"no swift input files for multi-threaded compilation", ())
4343

4444
ERROR(alignment_dynamic_type_layout_unsupported,none,
45-
"@_alignment is not supported on types with dynamic layout", ())
45+
"'@_alignment' is not supported on types with dynamic layout", ())
4646
ERROR(alignment_less_than_natural,none,
47-
"@_alignment cannot decrease alignment below natural alignment of %0",
47+
"'@_alignment' cannot decrease alignment below natural alignment of %0",
4848
(unsigned))
4949
ERROR(alignment_more_than_maximum,none,
50-
"@_alignment cannot increase alignment above maximum alignment of %0",
50+
"'@_alignment' cannot increase alignment above maximum alignment of %0",
5151
(unsigned))
5252

5353
ERROR(temporary_allocation_size_negative,none,

0 commit comments

Comments
 (0)