comparison .clang-tidy @ 428:b5746c43904e

Fixing clang compilation and supporting clang-tidy - clang.c includes necessary functions to make clang compiler work (tested on teensy 3.1) - Added support code to generate a compile_commands.json for clang-tidy * Updates the symlink whenever cmake or make is called (Unix OSs only)
author Jacob Alexander <haata@kiibohd.com>
date Fri, 04 Mar 2016 00:23:48 -0800
parents
children
comparison
equal deleted inserted replaced
427:f17857f4ca14 428:b5746c43904e
1 ---
2 Checks: 'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*'
3 HeaderFilterRegex: ''
4 AnalyzeTemporaryDtors: false
5 User: hyatt
6 CheckOptions:
7 - key: google-readability-braces-around-statements.ShortStatementLines
8 value: '1'
9 - key: google-readability-function-size.StatementThreshold
10 value: '800'
11 - key: google-readability-namespace-comments.ShortNamespaceLines
12 value: '10'
13 - key: google-readability-namespace-comments.SpacesBeforeComments
14 value: '2'
15 ...
16