Add the new option -Og in the release notes. See r286602 for more information
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 12 Nov 2016 10:37:17 +0000 (10:37 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 12 Nov 2016 10:37:17 +0000 (10:37 +0000)
llvm-svn: 286717

clang/docs/ReleaseNotes.rst

index 51dcefa..252a432 100644 (file)
@@ -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
 -----------------------