jvoung wrote:

> A quick middle-point solution is to add an option to allow ignoring code that 
> is executed from within macros, or even allow the user to specify which 
> macros to ignore.

Unfortunately, the problem is exactly that we're not (fully) understanding the 
content of `ASSERT_TRUE` and related macros (`ASSERT_FALSE`, `ASSERT_THAT(..., 
IsTrue(opt.has_value()))`, etc.), which then affect code outside and following 
the macros. So, ignoring them would not solve anything. Until we can understand 
the googletest macros, there is little value in check any tests that use them. 
That is what this patch accomplishes.


https://github.com/llvm/llvm-project/pull/115051
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to