From 01636fb0aef0ef06f1fa13292ce7682348b41d27 Mon Sep 17 00:00:00 2001 From: Amy Huang Date: Thu, 27 Oct 2022 22:41:49 +0000 Subject: [PATCH] Fix documentation error in e8433a2b06d5 --- clang/docs/UsersManual.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index b52a71c..8d82569 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -2842,6 +2842,7 @@ below. If multiple flags are present, the last one is used. information in the binary. They work based on the assumption that the debug type information can be spread out over multiple compilation units. Specifically, the optimizations are: + - will not emit type definitions for types that are not needed by a module and could be replaced with a forward declaration. - will only emit type info for a dynamic C++ class in the module that -- 2.7.4