Kenneth Benzie (Benie)
Kenneth Benzie (Benie)
This recently got posted on LLVM weekly, [color_coded](https://github.com/jeaye/color_coded)
Hi, I can confirm that calling `clang-format` from the command line works as expected. The version is a snapshot from [llvm.org](http://llvm.org/builds/) ``` clang-format version 3.6.0 (218712) ``` I have the...
+1 This is something I'd like to see as well. It would also make sense to use vim's current working directory as the root path for the `[No Name]` buffer...
@maksimsab if the changes you requested are sufficient please approve the PR. @intel/dpcpp-esimd-reviewers please review this ASAP, this PR is blocking any progress of merging other UR changes. This is...
I tried reproducing this in a simple test repo with the following steps on macOS but was unsuccessful: * `git init` * Create `CMakeLists.txt` ```cmake cmake_minimum_required(VERSION 3.4.3 FATAL_ERROR) project(check) add_subdirectory(git-cmake-format)...
Its been a long time since I've looked at this if I'm honest but I think it was possible to commit the patch even though the hook rejected it. If...
Actually I've just remembered why! `clang-format` is being run on the files on disk not the staged changes, so once the files on disk are formatted correctly the hook will...
As I said before, the staged changes contain badly formatted code but after running clang-format the hook will not fail, this relies on the user to stage the newly formatted...
@intel/llvm-gatekeepers please merge, the Windows failure is being tracked in #12798