We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfaccb commit 752ebebCopy full SHA for 752ebeb
infra/base-images/base-builder/indexer/coverage.cc
@@ -39,6 +39,8 @@ static CoverageData* coverage_data;
39
40
bool IsStandardLibrary(const char* file_path) {
41
return (strstr(file_path, "include/c++/v1") ||
42
+ strstr(file_path, "src/libcxx/include") ||
43
+ strstr(file_path, "src/libcxx/staging/include") ||
44
strncmp(file_path, "/usr/include", 12) == 0 ||
45
strstr(file_path, "libc++/src/include") ||
46
strstr(file_path, "/absl/"));
0 commit comments