diff options
| author | Amy Huang <akhuang@google.com> | 2020-02-24 10:39:54 -0800 |
|---|---|---|
| committer | Amy Huang <akhuang@google.com> | 2020-02-24 10:39:54 -0800 |
| commit | be9f8fdfd9af15d70b3b80535f7519588784e939 (patch) | |
| tree | 6d48a663aa82d2e5711b9c75f3c915237d7771b0 /clang/docs | |
| parent | e82d1342bdff11c877ee8fe3f9952704bccd702b (diff) | |
| download | bcm5719-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.rst | 4 |
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 -------------------- |

