[clang-tools-extra] Add clang-tidy check readability-math-missing-parentheses (PR #84481)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 14 10:14:56 PDT 2024


================
@@ -0,0 +1,74 @@
+// RUN: %check_clang_tidy %s readability-math-missing-parentheses %t
+
+// FIXME: Add something that triggers the check here.
----------------
5chmidti wrote:

Left-over from the check template

https://github.com/llvm/llvm-project/pull/84481


More information about the cfe-commits mailing list