Skip to main content
Skip table of contents

clang-tidy

clang-tidy is a static code analysis tool for C/C++ which is supported by Code Review Assistant out of the box.

Shell command

CODE
#!/bin/bash
for file in $(find . -name "*.cpp" -type f); do clang-tidy $file; done;

Example for Bamboo

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.