`EXP52-CPP`: Exclude uses of operators with unevaluated operands in already unevaluated contexts

Đang mở
#369 1 bình luận 0 reaction 1 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

Difficulty-Low false positive/false negative Impact-High Stardard-CERT-C++ user-report
Affected rules
  • EXP52-CPP
Description

Exclude uses of operators with unevaluated operands where they are already in unevaluated contexts, as the scope for confusion is less.

Example
template<typename T>
void foo(T t) noexcept(noexcept(some_function(t))) {
  some_function(t);
}
Ngôn ngữ chính
CodeQL
Star
227
Fork
82
Merge trung bình
6 ngày 7 giờ
Pull request đã merge (30 ngày)
9

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của github/codeql-coding-standards

Tất cả issue của github/codeql-coding-standards

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.