================
@@ -441,6 +441,9 @@ class LangOptions : public LangOptionsBase {
   SanitizerSet Sanitize;
   /// Is at least one coverage instrumentation type enabled.
   bool SanitizeCoverage = false;
+  /// Set of enabled (undefined behavior) sanitizers that do not cause
----------------
fmayer wrote:

I don't think this is correct? Isn't it "Set of  (UBSan) sanitizers that when 
enabled do not cause ..."?

https://github.com/llvm/llvm-project/pull/170822
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to