summaryrefslogtreecommitdiffstats
path: root/clang/docs
diff options
context:
space:
mode:
authorAmy Huang <akhuang@google.com>2020-02-24 10:39:54 -0800
committerAmy Huang <akhuang@google.com>2020-02-24 10:39:54 -0800
commitbe9f8fdfd9af15d70b3b80535f7519588784e939 (patch)
tree6d48a663aa82d2e5711b9c75f3c915237d7771b0 /clang/docs
parente82d1342bdff11c877ee8fe3f9952704bccd702b (diff)
downloadbcm5719-llvm-be9f8fdfd9af15d70b3b80535f7519588784e939.tar.gz
bcm5719-llvm-be9f8fdfd9af15d70b3b80535f7519588784e939.zip
Add -debug-info-kind=constructor to clang release notes
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 784766bc9a3..91506e1a2b2 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -175,6 +175,10 @@ Modified Compiler Flags
between vector types.
Synonym: ``-fno-lax-vector-conversions``.
+- ``-debug-info-kind`` now has an option ``-debug-info-kind=constructor``,
+ which is one level below ``-debug-info-kind=limited``. This option causes
+ debug info for classes to be emitted only when a constructor is emitted.
+
New Pragmas in Clang
--------------------
OpenPOWER on IntegriCloud