Skip to content

Commit 544b1ba

Browse files
committed
Update release note to refer to inline functions instead of extern inline
1 parent d5431b8 commit 544b1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Improvements to Clang's diagnostics
402402
- Clang now emits a diagnostic in case `vector_size` or `ext_vector_type`
403403
attributes are used with a negative size (#GH165463).
404404

405-
- The warning about static local variables declared inside `extern inline`
405+
- The warning about static local variables declared inside `inline`
406406
functions is now correctly converted to an error if `-pedantic-errors` is
407407
passed (#GH39524).
408408

0 commit comments

Comments
 (0)