Skip to content

Remove some clang-tidy checks#829

Merged
JF002 merged 1 commit intoInfiniTimeOrg:developfrom
Riksu9000:clang-tidy-update
Nov 28, 2021
Merged

Remove some clang-tidy checks#829
JF002 merged 1 commit intoInfiniTimeOrg:developfrom
Riksu9000:clang-tidy-update

Conversation

@Riksu9000
Copy link
Copy Markdown
Contributor

With a clang update I started seeing a bunch more warnings.

The first one I disabled wants everything to be in __llvm_libc namespace.
https://clang.llvm.org/extra/clang-tidy/checks/llvmlibc-implementation-in-namespace.html

The second one wants member variables to be "initialized in a member initializer of the constructor"
This would mean moving every lv_label_create(), lv_btn_create() etc. to the initialization list.
https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines-prefer-member-initializer.html

@JF002 JF002 added this to the 1.8.0 milestone Nov 28, 2021
@JF002 JF002 merged commit 894e3ce into InfiniTimeOrg:develop Nov 28, 2021
@Riksu9000 Riksu9000 deleted the clang-tidy-update branch December 5, 2022 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants