Andrey Borzunov

Results 6 comments of Andrey Borzunov

I experience the same problem using a bare `clang-format`, so it seems to be `clang-format` issue, not `vscode-clang-format-provider` ``` bash-3.2$ clang-format --version clang-format version 9.0.0 (tags/google/stable/2019-05-14) bash-3.2$ clang-format src/poisson.cu YAML:13:25:...

I wish it to be as easy as you say, @ab22 I have two versions of clang-format: - a standalone brew version. Installed with `brew install clang-format` - version supplied...

This might be so. Actually, i fixed my problem just by substitution of clang-format. Maybe waiting for update of `clang-format` could help @sin1231 too :)

Example compiled with `USE_THREADS = true`. Building and running in `Debug` does not produce more valuable output: tsan output ``` ================== WARNING: ThreadSanitizer: data race (pid=13691) Write of size 4...

Supplementing @ryanbyon workaround, you can add this command to your `.vimrc` ```vim augroup nerdtree autocmd! autocmd FileType nerdtree syntax clear NERDTreeFlags " other nerdtree related aucomds augroup END ```

Yes, this works fine. Adding something like this (and one more complex example) in docs would help users a lot. But, as you agreed, supporting generic range types with `begin()`,...