<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
Hello everybody,</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
My name is Vitaliy. I developed a tool with clang - "cpp step instrumenter"</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<a id="LPlnk483354" href="https://github.com/Tkachenko-vitaliy/cppstepin">https://github.com/Tkachenko-vitaliy/cppstepin</a> </div>
<div class="LPBorder286303" id="LPBorder_GTaHR0cHM6Ly9naXRodWIuY29tL1RrYWNoZW5rby12aXRhbGl5L2NwcHN0ZXBpbg.." style="width: 100%; margin-top: 16px; margin-bottom: 16px; position: relative; min-width: 424px; max-width: 800px;" contenteditable="false">
<table id="LPContainer286303" role="presentation" style="padding: 12px 36px 12px 12px; border-radius: 2px; border: 1px solid rgb(200, 200, 200); border-image: none; width: 100%;">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td>
<div id="LPImageContainer286303" style="height: 160px; overflow: hidden; margin-right: 12px; position: relative;">
<a id="LPImageAnchor286303" href="https://github.com/Tkachenko-vitaliy/cppstepin" target="_blank"><img width="160" height="160" id="LPThumbnailImageId286303" style="display: block;" alt="" src="https://avatars2.githubusercontent.com/u/37656102?s=400&v=4"></a></div>
</td>
<td style="width: 100%;">
<div id="LPTitle286303" style="font-family: "wf_segoe-ui_light","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 21px; font-weight: 300; margin-right: 8px; margin-bottom: 12px;">
<a id="LPUrlAnchor286303" style="color: rgb(0, 120, 215); text-decoration: none;" href="https://github.com/Tkachenko-vitaliy/cppstepin" target="_blank">Tkachenko-vitaliy/cppstepin</a></div>
<div id="LPDescription286303" style="color: rgb(102, 102, 102); overflow: hidden; font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; margin-right: 8px; margin-bottom: 12px; max-height: 100px;">
C++ step instrumenter. Contribute to Tkachenko-vitaliy/cppstepin development by creating an account on GitHub.</div>
<div id="LPMetadata286303" style="color: rgb(166, 166, 166); font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; font-weight: 400;">
github.com</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif; font-size: 12pt;">
I would like add it to the external clang examples list (on the page <a id="LPlnk555624" href="https://clang.llvm.org/docs/ExternalClangExamples.html">
https://clang.llvm.org/docs/ExternalClangExamples.html</a>) How could I do it? <br>
</div>
<div class="LPBorder548428" id="LPBorder_GTaHR0cHM6Ly9jbGFuZy5sbHZtLm9yZy9kb2NzL0V4dGVybmFsQ2xhbmdFeGFtcGxlcy5odG1s" style="width: 100%; margin-top: 16px; margin-bottom: 16px; position: relative; min-width: 424px; max-width: 800px;" contenteditable="false">
<table id="LPContainer548428" role="presentation" style="padding: 12px 36px 12px 12px; border-radius: 2px; border: 1px solid rgb(200, 200, 200); border-image: none; width: 100%;">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td style="width: 100%;">
<div id="LPTitle548428" style="font-family: "wf_segoe-ui_light","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 21px; font-weight: 300; margin-right: 8px; margin-bottom: 12px;">
<a id="LPUrlAnchor548428" style="color: rgb(0, 120, 215); text-decoration: none;" href="https://clang.llvm.org/docs/ExternalClangExamples.html" target="_blank">External Clang Examples — Clang 8 documentation</a></div>
<div id="LPDescription548428" style="color: rgb(102, 102, 102); overflow: hidden; font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; margin-right: 8px; margin-bottom: 12px; max-height: 100px;">
Introduction¶. This page provides some examples of the kinds of things that people have done with Clang that might serve as useful guides (or starting points) from which to develop your own tools.</div>
<div id="LPMetadata548428" style="color: rgb(166, 166, 166); font-family: "wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif; font-size: 14px; font-weight: 400;">
clang.llvm.org</div>
</td>
</tr>
</tbody>
</table>
</div>
<div><br>
</div>
<div>Sincirely your,</div>
<div>Vitaliy Tkachenka.<br>
</div>
</body>
</html>