Changeset View
Changeset View
Standalone View
Standalone View
clang/docs/ClangCommandLineReference.rst
Show First 20 Lines • Show All 2,144 Lines • ▼ Show 20 Lines | |||||
.. option:: -fstack-size-section, -fno-stack-size-section | .. option:: -fstack-size-section, -fno-stack-size-section | ||||
Emit section containing metadata on function stack sizes | Emit section containing metadata on function stack sizes | ||||
.. option:: -fstandalone-debug, -fno-limit-debug-info, -fno-standalone-debug | .. option:: -fstandalone-debug, -fno-limit-debug-info, -fno-standalone-debug | ||||
Emit full debug info for all types used by the program | Emit full debug info for all types used by the program | ||||
.. option:: -feliminate-unused-debug-types, -fno-eliminate-unused-debug-types | |||||
Suppress (or emit) debug info for types that are unused but defined by the program. | |||||
probinson: I think this description goes counter to how other options are described, which basically is… | |||||
.. option:: -fstrict-aliasing, -fno-strict-aliasing | .. option:: -fstrict-aliasing, -fno-strict-aliasing | ||||
.. option:: -fstrict-enums, -fno-strict-enums | .. option:: -fstrict-enums, -fno-strict-enums | ||||
Enable optimizations based on the strict definition of an enum's value range | Enable optimizations based on the strict definition of an enum's value range | ||||
.. option:: -fstrict-float-cast-overflow, -fno-strict-float-cast-overflow | .. option:: -fstrict-float-cast-overflow, -fno-strict-float-cast-overflow | ||||
▲ Show 20 Lines • Show All 1,493 Lines • Show Last 20 Lines |
I think this description goes counter to how other options are described, which basically is about the positive form of the option. If that's the case, this wants to be something more like "Suppress (or emit) debug info ..."