clang-power-tools icon indicating copy to clipboard operation
clang-power-tools copied to clipboard

Bringing clang-tidy magic to Visual Studio C++ developers.

Results 102 clang-power-tools issues
Sort by recently updated
recently updated
newest added

Getting below error when compiling any fie/project. --- CLANG COMPILE STARTED --- Evaluate-MSBuildCondition : Cannot bind argument to parameter 'condition' because it is an empty string. At C:\users\smukhe5\appdata\local\microsoft\visualstudio\17.0_8bbb323a\extensions\szec20uz.y2x\Tooling\v1\psClang\msbuild-project-load.ps1:608 char:58 +...

History for fields - The edit fields could be a combo that will show previously used values

feature

Version 9.0 Cannot include third-party header paths in the compiled database.props

Hi, we have written cpp code which includes the boost library and while running with clang-tidy,we are getting an error which i am unable to fix since the error is...

- [ ] History for fields - The edit fields could be a combo that will show previously used values - [ ] Autocompletion for custom query field - [...

When running this tool on my project I got below error: ``` 无法将值“System.Object[]”转换为类型“System.Xml.XmlDocument”。错误:“第 181 行,位置 8 上的开始标记“ErrorText”与结束标记“P ropertyGroup”不匹配。 第 182 行,位置 7。” 所在位置 C:\users\xq\appdata\local\microsoft\visualstudio\16.0_61740d25\extensions\k00kjxft.mli\Tooling\v1\psClang\msbu ild-project-load.ps1:649 字符: 5 + [xml] $fileXml...

My VS vcpkg setting as show below: ![image](https://user-images.githubusercontent.com/9500049/161392820-be6c40c7-19a3-41f2-a490-521dd4f87cf4.png) and on entry in exported compile_commands.json is: ``` { "directory": "C:/Users/xq/source/repos/YBlaze/", "command": "\"C:/Program Files/LLVM/bin/clang++.exe\" -x c++ \"C:/Users/xq/source/repos/YBlaze/YBlaze/utils/LoadFile.cpp\" -std=c++14 -Wall -fms-compatibility-version=19.10 -Wmicrosoft -Wno-invalid-token-paste...

Hello, is it possible to use CTU with the Clang Power Tools? Assume the Two files One.c and Two.c: One.c ``` int myMethodOne() { return 42 / myMethodTwo(); } ```...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies