[all-commits] [llvm/llvm-project] 5b5a8c: [clang-tidy] Fix `modernize-use-constraints` crash...
Victor Chernyakin via All-commits
all-commits at lists.llvm.org
Sat Aug 23 02:05:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b5a8cd63a9c7ea769b8651ceec05de0835dacfb
https://github.com/llvm/llvm-project/commit/5b5a8cd63a9c7ea769b8651ceec05de0835dacfb
Author: Victor Chernyakin <chernyakin.victor.j at outlook.com>
Date: 2025-08-23 (Sat, 23 Aug 2025)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseConstraintsCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-constraints.cpp
Log Message:
-----------
[clang-tidy] Fix `modernize-use-constraints` crash on uses of nonstandard `enable_if`s (#152938)
Fixes #152868. See that issue for details.
Fixes #123726.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list