[cfe-users] (no subject)

2020-02-18 Thread degski via cfe-users
Hi Андре, You need to install "the integration" (with VS) correctly. For VS14 you'll need to use 'old style' integration: https://github.com/degski/Clang.Props . This is a copy job. For VS15, use the plugin on: https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain .

Re: [cfe-users] Clang-tidy lexer util issue.

2020-02-18 Thread Lewis, Cannada via cfe-users
I was able to solve my problem by making sure to get the expansion location before calling getPreviousToken. On Feb 17, 2020, at 5:42 PM, Lewis, Cannada mailto:canl...@sandia.gov>> wrote: I am trying to use the getPreviousToken function from clang-tools-extra

Re: [cfe-users] (no subject)

2020-02-18 Thread Andrey L via cfe-users
Thanks for replying! Unfortunately, this is not what I am looking for. Probably was not clear enough when I've asked. I do NOT look for any sort of integration with VS. On contrary, I would like clang-cl.exe NOT to see any VS installations I might have on my machine. What I see is that, no