cpp-linter 2.0.0-rc9

Run clang-format and clang-tidy on a batch of files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** This is a very ugly test code (doomed to fail linting) */
#include "demo.hpp"
#include <stdio.h>




int main(){

    for (;;) break;


    printf("Hello world!\n");




    return 0;}