Abdul Rahman Dabbour
Abdul Rahman Dabbour
clangd is correctly able to parse cuda files, but does not offer colorization; also to get to be able to parse CUDA files, one must add a `.clangd` file and...
It would be great to use a custom version of Clang-Tidy, especially given that clang-tidy-10, which is the default version of ubuntu:20.04, raises a `clang-diagnostic-error` on several `actionlib` headers. As...
Thank you for a fantastic resource. I wanted to add a pull request with `` for a dark theme to activate if the user's platform requests one `@media (prefers-color-scheme: dark)`,...
`ros_parser.hpp` includes `shape_shifter.hpp` and vice-versa leading to `clangd-10` screaming: ```bash ros_parser.hpp: In included file: main file cannot be included recursively when building a preamble clang(pp_including_mainfile_in_preamble) [40, 10] shape_shifter.hpp: In included...