rysavyjan
Results
1
comments of
rysavyjan
I'm using Rapid YAML for merging YAML output from clang-tidy into [replacements file](https://devblogs.microsoft.com/cppblog/exploring-clang-tooling-using-build-tools-with-clang-tidy/). Now is following input ``` ReplacementText: "#ifndef E:\\SOURCE\\FINE\\COMMON\\GRAPHICSUTILS_H\n#define E:\\SOURCE\\FINE\\COMMON\\GRAPHICSUTILS_H\n\n" ``` emitted as ``` ReplacementText: |+ #ifndef E:\SOURCE\FINE\COMMON\GRAPHICSUTILS_H...