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 ----------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits