[clang-tools-extra] clang-tidy: Add bugprone-eval-order (PR #78028)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 13 07:35:50 PST 2024


================
@@ -0,0 +1,40 @@
+.. title:: clang-tidy - bugprone-eval-order
+
+bugprone-eval-order
+===================
+
+Order of evaluation is unspecified for function and constructor parameters,
----------------
EugeneZelenko wrote:

Please synchronize with statement in Release Notes.

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


More information about the cfe-commits mailing list