[llvm-branch-commits] [clang] 001c8aa - Add C standard upgrade in clang-11 release note

Nick Desaulniers via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 2 10:11:23 PST 2020


Author: Nick Desaulniers
Date: 2020-03-02T10:11:00-08:00
New Revision: 001c8aac80e3924c33a4cc644cca58401c72fe6b

URL: https://github.com/llvm/llvm-project/commit/001c8aac80e3924c33a4cc644cca58401c72fe6b
DIFF: https://github.com/llvm/llvm-project/commit/001c8aac80e3924c33a4cc644cca58401c72fe6b.diff

LOG: 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

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 116b47860d8b..a6ff29c630ed 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -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
 ======================


        


More information about the llvm-branch-commits mailing list