Skip to content

Commit 001c8aa

Browse files
Add C standard upgrade in clang-11 release note
Summary: As per rsmith (https://reviews.llvm.org/D75383). Reviewers: hans Reviewed By: hans Subscribers: cfe-commits, rsmith Tags: #clang Differential Revision: https://reviews.llvm.org/D75469
1 parent 1939a0f commit 001c8aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,12 @@ Undefined Behavior Sanitizer (UBSan)
545545
return getelementpointer_inbounds(base, offset);
546546
}
547547
548+
Changes deferred to Clang-11 release
549+
------------------------------------
550+
551+
- The next release of clang (clang-11) will upgrade the default C language
552+
standard used if not specified via command line from gnu11 to gnu17.
553+
548554

549555
Additional Information
550556
======================

0 commit comments

Comments
 (0)