We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4842f commit 85c4e42Copy full SHA for 85c4e42
clang/include/clang/Basic/CodeGenOptions.h
@@ -199,8 +199,8 @@ class CodeGenOptions : public CodeGenOptionsBase {
199
};
200
201
enum SanitizeDebugTrapReasonKind {
202
- None, ///< Trap Messages are omitted. This offers the smallest debug info
203
- ///< size but at the cost of making traps hard to debug.
+ None, ///< Trap Messages are omitted. This offers the smallest debug info
+ ///< size but at the cost of making traps hard to debug.
204
Basic, ///< Trap Message is fixed per SanitizerKind. Produces smaller debug
205
///< info than `Detailed` but is not as helpful for debugging.
206
Detailed, ///< Trap Message includes more context (e.g. the expression being
0 commit comments