Ivan Mollov
Results
2
issues of
Ivan Mollov
The current implementation has time complexity `O(n^2)`. It could be improved to `O(n)` by using recursion. I think it would be beneficial to have both approaches as it is the...
First of all, great Action! I noticed that when setting an absolute path to the compilation database I receive wrong paths. ```yml - name: Run clang-tidy and clang-format uses: cpp-linter/cpp-linter-action@v2...
bug
compilation database
Windows