zeyi2 wrote:

Current test reports:

### ๐Ÿงช Clang-Tidy Integration Test Results

| Project | Status | Warnings | Errors | Crash |
| :--- | :--- | :--- | :--- | :--- |
| **abseil-cpp** | โœ… Pass | 0 | 0 | - |
| **cppcheck** | โœ… Pass | 0 | 0 | - |
| **curl** | โœ… Pass | 0 | 0 | - |
| **doxygen** | โœ… Pass | 0 | 0 | - |
| **llvm-project** | โŒ Fail | 0 | 2 | - |
| **poco** | โœ… Pass | 0 | 0 | - |

---

<details>
<summary><strong>๐Ÿ” llvm-project Details (0 warnings, 2 
errors)</strong></summary>

#### ๐Ÿ“„ `clang/tools/clang-fuzzer/ClangFuzzer.cpp`
- ๐Ÿ›‘ 
**[21:39](https://github.com/llvm/llvm-project/blob/c04b00de750801238bc85f11874c66a41b61b2c5/clang/tools/clang-fuzzer/ClangFuzzer.cpp#L21)**:
 unknown type name 'uint8_t' `[clang-diagnostic-error]`
  ```cpp
  21 | extern "C" int LLVMFuzzerTestOneInput(uint8_t *data, size_t size) {
  ```
#### ๐Ÿ“„ `clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp`
- ๐Ÿ›‘ 
**[21:39](https://github.com/llvm/llvm-project/blob/c04b00de750801238bc85f11874c66a41b61b2c5/clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp#L21)**:
 unknown type name 'uint8_t' `[clang-diagnostic-error]`
  ```cpp
  21 | extern "C" int LLVMFuzzerTestOneInput(uint8_t *data, size_t size) {
  ```
</details>

https://github.com/llvm/llvm-project/pull/182543
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to