We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9082c13 commit e5e0e79Copy full SHA for e5e0e79
libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
@@ -22,7 +22,7 @@ llvm::cl::list<std::string>
22
} // anonymous namespace
23
24
bool TestGeneratorMain(llvm::raw_ostream &OS, llvm::RecordKeeper &records) {
25
- OS << "#include \"TypeTraits.h\"\n";
+ OS << "#include \"type_traits.h\"\n";
26
llvm_libc::APIIndexer G(records);
27
std::unordered_set<std::string> headerFileSet;
28
for (const auto &entrypoint : EntrypointNamesOption) {
0 commit comments