]> git.donarmstrong.com Git - kiibohd-controller.git/commit - Lib/CMake/build.cmake
Fixing clang compilation and supporting clang-tidy
authorJacob Alexander <haata@kiibohd.com>
Fri, 4 Mar 2016 08:23:48 +0000 (00:23 -0800)
committerJacob Alexander <haata@kiibohd.com>
Fri, 4 Mar 2016 08:38:06 +0000 (00:38 -0800)
commit0102d05c8698a33c18b997fe166ca19fa358253e
tree002b97b4283eab603a40c1b97b3b0bcb5aa52130
parentc5aed6cb17124b09939ca7037c288e517a66918f
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)
.clang-tidy [new file with mode: 0644]
.gitignore
CMakeLists.txt
Lib/CMake/arm.cmake
Lib/CMake/build.cmake
Lib/clang.c [new file with mode: 0644]