Newly tracked file
src/pugixml.cpp
changed.
Showing 1 of 1 files from the diff.
@@ -143,7 +143,7 @@
Loading
143 | 143 | # define PUGI__SNPRINTF(buf, ...) snprintf(buf, sizeof(buf), __VA_ARGS__) |
|
144 | 144 | #elif defined(PUGI__MSVC_CRT_VERSION) && PUGI__MSVC_CRT_VERSION >= 1400 |
|
145 | 145 | # define PUGI__SNPRINTF(buf, ...) _snprintf_s(buf, _countof(buf), _TRUNCATE, __VA_ARGS__) |
|
146 | - | #elif defined(__APPLE__) && __clang_major__ >= 14 // Xcode 14 marks snprintf as deprecated while still using C++98 by default |
|
146 | + | #elif defined(__APPLE__) && __clang_major__ >= 14 // Xcode 14 marks sprintf as deprecated while still using C++98 by default |
|
147 | 147 | # define PUGI__SNPRINTF(buf, fmt, arg1, arg2) snprintf(buf, sizeof(buf), fmt, arg1, arg2) |
|
148 | 148 | #else |
|
149 | 149 | # define PUGI__SNPRINTF sprintf |
Files | Coverage |
---|---|
src/pugixml.cpp | 99.57% |
Project Totals (1 files) | 99.57% |
9bowv58u84otx2g2
9bowv58u84otx2g2
3406146550
3406146550
3406146550
3406146550
3406146550
3406146550
3406146550
3406146550
2bykgb9e787o4tyo
2bykgb9e787o4tyo
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.