SERVER-71123 implement IWYU tool and add required human changes
This commit is contained in:
committed by
Evergreen Agent
parent
e850381e03
commit
14e3b09137
5
buildscripts/iwyu/test/basic/b.cpp
Normal file
5
buildscripts/iwyu/test/basic/b.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "a.h"
|
||||
|
||||
type_b return_b_function() {
|
||||
return type_b();
|
||||
}
|
||||
Reference in New Issue
Block a user