rettichschnidi / clang-tidy-misra

MISRA C:2012 and MISRA C++:2008 compliance checkers for clang-tidy
University of Illinois/NCSA Open Source License
157 stars 38 forks source link

Add checker for MISRA C++:2008 rule 6-4-4 #3

Closed bansan85 closed 7 years ago

bansan85 commented 7 years ago

Hi,

It's first time I'm writing code with AST. I'm not confortable with addMatcher. It looks very powerfull but for now, I'm browsing manually the tree. If you have any suggestion…

rettichschnidi commented 7 years ago

The cosmetic stuff looks good! Gonna have a more close look within the next few days.

Thanks!

rettichschnidi commented 7 years ago

Having trouble building the current version of LLVM - checking of the PR might take a little while longer.