[PATCH] D41655: [clang-tidy] New check bugprone-unused-return-value
Kalle Huttunen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 2 11:04:49 PST 2018
khuttun marked 7 inline comments as done.
khuttun added a comment.
In https://reviews.llvm.org/D41655#965551, @JonasToth wrote:
> I think it would be more user friendly if the configured list can be a list and the `|` concatenation is done within your code.
What do you exactly mean by list? It seems some other checks use comma or semicolon separators in their configuration strings, but is that really more user friendly than using "|"? At least now it's clear that the whole string is a regex.
https://reviews.llvm.org/D41655
More information about the cfe-commits
mailing list