Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2016-05-12 10:02:33
Size: 106
Editor: SamatJain
Comment:
Revision 3 as of 2016-05-12 10:09:10
Size: 245
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

{{{
clang-tidy -checks='*' main.cpp -- -std=c++11
}}}

[[https://google.github.io/styleguide/cppguide.html|Google C++ Style Guide]]

Clang-Tidy — Extra Clang Tools 3.9 documentation

clang-tidy -checks='*' main.cpp -- -std=c++11

Google C++ Style Guide

SamatsWiki: CodingStyle/C++ (last edited 2020-09-02 20:49:51 by SamatJain)