r286717 - Add the new option -Og in the release notes. See r286602 for more information

Sylvestre Ledru via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 12 02:37:18 PST 2016


Author: sylvestre
Date: Sat Nov 12 04:37:17 2016
New Revision: 286717

URL: http://llvm.org/viewvc/llvm-project?rev=286717&view=rev
Log:
Add the new option -Og in the release notes. See r286602 for more information

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=286717&r1=286716&r2=286717&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Sat Nov 12 04:37:17 2016
@@ -57,8 +57,12 @@ Improvements to Clang's diagnostics
 New Compiler Flags
 ------------------
 
-The option ....
+The option -Og has been added to optimize the debugging experience.
+For now, this option is exactly the same as -O1. However, in the future,
+some other optimizations might be enabled or disabled.
+
 
+The option ....
 
 New Pragmas in Clang
 -----------------------




More information about the cfe-commits mailing list