clang-tidy-html icon indicating copy to clipboard operation
clang-tidy-html copied to clipboard

Generates an html file that organizes your clang-tidy log output with the latest clang-tidy checks.

Results 9 clang-tidy-html issues
Sort by recently updated
recently updated
newest added

setup.py has python_requires >= 3.6 but argparse is present in Python >= 3.2, so including argparse in install_requires is unnecessary and wasteful: https://pypi.org/project/argparse/#description https://docs.python.org/3.2/library/argparse.html Note that if in the future...

I only get following html output: ![image](https://user-images.githubusercontent.com/42534866/194586097-897509c8-e9b3-42a4-8e27-96f54d1291f2.png) However in the log I have quite some warnings... I think this is not the right output? When looking at the example: https://austinbhale.com/Clang-Visualizer/examples/clang.html...

In our cmake project we keep a clang.cmake to keep the custom specified checklists. find_program(CLANG-TIDY_PATH clang-tidy REQUIRED) function(AddClangTidy target) set_target_properties(${target} PROPERTIES CXX_CLANG_TIDY "${CLANG-TIDY_PATH};--use-color;-checks=\ # MISRACPP Rule 0-1-2,\ misc-redundant-expression,\ ....,\ ....."...

The bootstrap stylesheets are linked to the web (output HTML line 10-12): ``` html ``` If no web connection is available the style is completely off: ![231023_094909_Clang_Tidy_Visualizer_zir](https://github.com/austinbhale/clang-tidy-html/assets/55275393/98600fd3-d451-4665-8615-884edfb38d70) The stylesheets should...

* UnboundLocalError: local variable 'bold' referenced before assignment * ssl.SSLError: ('No cipher can be selected.',)

Hello and thanks for this awesome tool! To be honest, I don't fully understand why clang-tidy-checks.py is written and what it is for. But I think it should be possible...

I don't have a full implementation - this is just a idea for how clang_html could allow a safety valve for recurring SSL issues like https://github.com/austinbhale/clang-tidy-html/issues/17 , as well as...

Greetings, if had an issue with the new release ([1.6.1](https://github.com/austinbhale/clang-tidy-html/tree/v1.6.1)): ```bash Traceback (most recent call last): File "/usr/local/bin/clang-tidy-html", line 11, in sys.exit(main()) File "/usr/local/lib/python3.6/site-packages/clang_html/clang_visualizer.py", line 89, in main clang_tidy_visualizer(tidy_log_lines, output_path,...

When I run clang_html with the -Wall option, it notices some problems: ``` site-packages/clang_html/clang_visualizer.py:328: DeprecationWarning: invalid escape sequence \/ clang_check_url = clang_base_url.replace('/', '\/') + 'list.html' site-packages/clang_html/clang_visualizer.py:371: DeprecationWarning: invalid escape sequence...