SERVER-71123 implement IWYU tool and add required human changes

This commit is contained in:
Daniel Moody
2023-05-11 19:48:47 +00:00
committed by Evergreen Agent
parent e850381e03
commit 14e3b09137
60 changed files with 1478 additions and 94 deletions

View File

@@ -0,0 +1,5 @@
#include "a.h"
type_b return_b_function() {
return type_b();
}