-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Open
Labels
clang-tidyquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
#82416 (comment) mentioned that filter options with regular expression support can use negative expressions as exclude patterns.
I thought one of the limitations of llvm::RegEx
is that it doesn't support negative expressions so I wonder how that should work.
I want to use this with -source-filter
for run-clang-tidy
as well as bugprone-unused-return-value.CheckFunctions
.
Metadata
Metadata
Assignees
Labels
clang-tidyquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!