This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Add check to linuxkernel for unbalanced irq calls
Needs ReviewPublic

Authored by Nathan-Huckleberry on Aug 6 2019, 2:04 PM.

Details

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptAug 6 2019, 2:04 PM
Eugene.Zelenko added inline comments.
clang-tools-extra/clang-tidy/linuxkernel/IrqUnbalancedCheck.cpp
13

Should be static and may be StringRef?

clang-tools-extra/docs/ReleaseNotes.rst
79

Please add dot at the end. Probably Linux kernel is redundant because of check name.

87

Please remove two empty lines.

clang-tools-extra/docs/clang-tidy/checks/linuxkernel-irq-unbalanced.rst
6

Please make first statement same as In Release Notes.

Eugene.Zelenko added a project: Restricted Project.