EugeneZelenko wrote:

> > I enabled `IgnoreMacros` when running this check over my work code base, 
> > since a lot of warnings were related to stuff like asserts.
> 
> Even though there are a number of `assert`s in clang-tools-extra/clang-tidy, 
> looks like this check never fired 🤔 .. are there specific patterns that might 
> be problematic?

In my particular case custom macro contained `if (!(condition))` where 
condition is parameter.

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

Reply via email to