avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

Conform to LLVM coding style #153

Closed dylanmckay closed 8 years ago

dylanmckay commented 9 years ago

We need to conform to LLVM's coding style. In the future, we would like to be integrated into LLVM's trunk, and so this is mandatory.

We can use clang-format to do this. Note that this will touch a large amount of the codebase, so it is better to do this earlier.

We should also add a clang-check verification step into travis-ci, so that our codebase stays conformant.

dylanmckay commented 8 years ago

I have previously clang-format'd the source before the upstreaming process began.