Skip to content
Snippets Groups Projects
Commit b6c20027 authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Document the warning triggered by the unsupported gcc optimization flags (r212805)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212968 91177308-0d34-0410-b5e6-96231b3b80d8
parent a4ea60f7
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,9 @@ Clang's diagnostics are constantly being improved to catch more issues,
explain them more clearly, and provide more accurate source information
about them. The improvements since the 3.4 release include:
- GCC compatibility: Clang displays a warning on unsupported gcc
optimization flags instead of an error.
- ...
New Compiler Flags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment