goplus / llgo

A Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python
Apache License 2.0
356 stars 26 forks source link

format all c/c++ comment to doxygen comment style #811

Open tsingbx opened 1 month ago

tsingbx commented 1 month ago

To solve the problem that clang ignores // and /* comments

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.97%. Comparing base (32f41a0) to head (c18990f). Report is 42 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #811 +/- ## ========================================== + Coverage 97.57% 97.97% +0.39% ========================================== Files 20 20 Lines 5165 6062 +897 ========================================== + Hits 5040 5939 +899 Misses 106 106 + Partials 19 17 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.