vbvictor wrote:

If this is a warning in clang, you can add it in clang-tidy via 
`clang-diagnostic-*` (or give exactly warning name there). 

If this flag is not in compiler database, you can add it with --extra-arg=-W... 
or use same option in config


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

Reply via email to