User Details
User Details
- User Since
- Jan 4 2022, 9:47 AM (19 w, 1 d)
Jan 27 2022
Jan 27 2022
MuAlphaOmegaEpsilon added a comment to D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions.
Jan 20 2022
Jan 20 2022
MuAlphaOmegaEpsilon added a comment to D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions.
Jan 16 2022
Jan 16 2022
MuAlphaOmegaEpsilon added a comment to D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions.
Let me know if I should rebase this onto the latest main branch, at the moment the Windows build is passing but the Debian build is not, failing at compiler-rt/test/sanitizer_common/tsan-x86_64-Linux/Linux/Output/decorate_proc_maps.cpp for no immediately apparent reason.
Jan 14 2022
Jan 14 2022
MuAlphaOmegaEpsilon added inline comments to D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions.
MuAlphaOmegaEpsilon updated the diff for D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions.
Update warning amount on CHECK-unused check
MuAlphaOmegaEpsilon added a comment to D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions.
The warning would be correct if the compiler could actually tell the parameter is unused, but at the moment it cannot, as far as I know.
MuAlphaOmegaEpsilon updated the diff for D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions.
Fix failing test by updating clang/test/Sema/warn-unused-parameters.c expected warnings amount
MuAlphaOmegaEpsilon added a comment to D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions.
Absolutely, I'm already giving a look at it! :)
Jan 13 2022
Jan 13 2022
MuAlphaOmegaEpsilon updated the diff for D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions.
Update code after review and add tests
Jan 8 2022
Jan 8 2022
Jan 7 2022
Jan 7 2022
MuAlphaOmegaEpsilon updated the diff for D116778: [clang-tidy][clang] Don't trigger unused-parameter warnings on naked functions.
Rebased to more recent main branch, updated comment
Jan 6 2022
Jan 6 2022