Skip to content

Add .clang-tidy#2062

Merged
aheejin merged 1 commit intoWebAssembly:masterfrom
aheejin:clang_tidy
Apr 29, 2019
Merged

Add .clang-tidy#2062
aheejin merged 1 commit intoWebAssembly:masterfrom
aheejin:clang_tidy

Conversation

@aheejin
Copy link
Copy Markdown
Member

@aheejin aheejin commented Apr 27, 2019

We can add more checks later, but for now, this checks

  • If the styles for variables, functions, and classes match what we
    currently have
  • If bodies of if/for/while/do_while are inside braces
  • Some clang-tidy default checks that are related to possibly buggy code

We can add more checks later, but for now, this checks
- If the styles for variables, functions, and classes match what we
  currently have
- If bodies of if/for/while/do_while are inside braces
- Some clang-tidy default checks that are related to possibly buggy code
@aheejin aheejin merged commit 28e01f3 into WebAssembly:master Apr 29, 2019
@aheejin aheejin deleted the clang_tidy branch April 29, 2019 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants