Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
51 lines (37 loc) · 1.26 KB

ClangBear.rst

File metadata and controls

51 lines (37 loc) · 1.26 KB

Check code for syntactical or semantical problems using Clang. This bear supports automatic fixes.

  • C
  • C++
  • CUDA
  • Objective-C
  • Objective-C++
  • OpenCL
  • OpenMP

Settings

Setting Meaning
clang_cli_options Any options that will be passed through to Clang. (Optional, defaults to 'None'.)

Can Detect

  • Syntax
  • Variable Misuse

Can Fix

  • Syntax
  • Variable Misuse

License

AGPL-3.0

Authors