=?utf-8?b?R8OhYm9yIFTDs3RodsOhcmk=?= <[email protected]>,
=?utf-8?b?R8OhYm9yIFTDs3RodsOhcmk=?= <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>


================
@@ -0,0 +1,68 @@
+// RUN: %check_clang_tidy -std=c++98-or-later %s 
bugprone-tagged-union-member-count %t \
+// RUN:   -config='{CheckOptions: { \
+// RUN:       bugprone-tagged-union-member-count.StrictModeIsEnabled: 1, \
+// RUN:       
bugprone-tagged-union-member-count.CountingEnumHeuristicIsEnabled: 0, \
----------------
5chmidti wrote:

Please use `true` and `false` for any boolean flags (for all the other tests as 
well)

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

Reply via email to