Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 525 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 525 Bytes

Build Status

Writing a coding-style checker using clang

Check it out here.

The goal of this presentation is to show, in a few minutes, how to use clang's internals in order to check coding style rules.

It will briefely present the following:

  • clang
  • LLVM
  • ASTs
  • AST Matchers
  • clang-format
  • clang-tidy

based on remark.js