TY - JOUR AU - Parragi, Z. AU - Porkolab, Z. PY - 2018/06/19 TI - Instrumentation of C++ Programs Using Automatic Source Code Transformations JF - Studia Universitatis BabeČ™-Bolyai Informatica; Vol 63 No 2 (2018)DO - 10.24193/subbi.2018.2.04 KW - N2 - The main tool for programmers is always the compiler, but there are also many other tools to help the development process. Some of these tools work on the source code of the program, analyzing, measuring or transforming it. Implementing a source based tool is a complex task, especially for complex languages such as C++. In recent years the C++ language received an easy-to-use library for developing such software, in the form of clang tooling. However, this library only focuses on processing a single translational unit of the program, independently to the other parts of the build process. Tools which ignore this big picture could result in failures when used on larger projects, or incorrect runtime behavior. In this paper, we describe some of these challenges encountered in real-world C++ projects and propose possible solutions for future tools to fix or mitigate the issues. UR - https://www.cs.ubbcluj.ro/~studia-i/journal/journal/article/view/28