================ @@ -50,3 +50,12 @@ Modern C++ needs ``goto`` only to jump out of nested loops. some_operation(); All other uses of ``goto`` are diagnosed in `C++`. + + +Options +------- + +.. option:: IgnoreMacros + + If set to `true`, the check will not warn if both label and ``goto`` + statement are placed inside a macro. Default is `true`. ---------------- vbvictor wrote:
Agreed, changed to `false` by default. https://github.com/llvm/llvm-project/pull/143554 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits