mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-19 01:09:39 +00:00
[clang-tidy] Remove an empty destructor.
llvm-svn: 232031
This commit is contained in:
parent
832472a2ad
commit
8d6c3571b4
@ -113,8 +113,6 @@ public:
|
|||||||
assert(!CheckName.empty());
|
assert(!CheckName.empty());
|
||||||
}
|
}
|
||||||
|
|
||||||
~ClangTidyCheck() override = default;
|
|
||||||
|
|
||||||
/// \brief Override this to register \c PPCallbacks with \c Compiler.
|
/// \brief Override this to register \c PPCallbacks with \c Compiler.
|
||||||
///
|
///
|
||||||
/// This should be used for clang-tidy checks that analyze preprocessor-
|
/// This should be used for clang-tidy checks that analyze preprocessor-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user