Skip to content

Commit

Permalink
Add Simplify Boolean Expression test results
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Jan 10, 2024
1 parent 4f61bc0 commit dfcceb6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions results/ClangTidyResults.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Version: 17.0.6
* **Replace Iterative For With Range For** available through check [*modernize-loop-convert*](https://clang.llvm.org/extra/clang-tidy/checks/modernize/loop-convert.html)
* **Replace `NULL`/`0` With `nullptr`** available through check [*modernize-use-nullptr*](https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-nullptr.html)
* **Replace Type With `auto`** available through check [*modernize-use-auto*](https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-auto.html)
* **Simplify Boolean Expression** available through check [*readability-simplify-boolean-expression*](https://clang.llvm.org/extra/clang-tidy/checks/readability/simplify-boolean-expr.html)

## Add Block Delimiter
Case | Result
Expand Down Expand Up @@ -192,3 +193,20 @@ RTWA29 | Pass
RTWA30 | Pass
RTWA31 | Pass
RTWA32 | Pass

## Simplify Boolean Expression
Case | Result
---- | ------
SB1 | Pass
SB2 | Pass
SB3 | Pass
SB4 | Pass
SB5 | Failure
SB6 | Pass
SB7 | Pass
SB8 | Failure
SB9 | Failure
SB10 | Failure
SB11 | Failure
SB12 | Failure
SB13 | Failure

0 comments on commit dfcceb6

Please sign in to comment.