Use clang-tidy to simplify boolean conditional return statements.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM w/ a comment
lib/Transforms/Instrumentation/ThreadSanitizer.cpp | ||
---|---|---|
325 ↗ | (On Diff #26460) | Please fold all three simple conditionals into the return statement. |