Skip to content

Commit

Permalink
Add C standard upgrade in clang-11 release note
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nickdesaulniers committed Mar 2, 2020
1 parent 1939a0f commit 001c8aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,12 @@ Undefined Behavior Sanitizer (UBSan)
return getelementpointer_inbounds(base, offset);
}
Changes deferred to Clang-11 release
------------------------------------

- The next release of clang (clang-11) will upgrade the default C language
standard used if not specified via command line from gnu11 to gnu17.


Additional Information
======================
Expand Down

0 comments on commit 001c8aa

Please sign in to comment.