Skip to content

Commit

Permalink
Serialize uses llvm::Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern authored and vinniefalco committed Apr 10, 2023
1 parent 48b7a36 commit 9995520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lib/Serialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ populateParentNamespaces(
InfoType::IT_namespace);
}

void PopulateTemplateParameters(std::optional<TemplateInfo>& TemplateInfo,
void PopulateTemplateParameters(llvm::Optional<TemplateInfo>& TemplateInfo,
const clang::Decl* D) {
if (const TemplateParameterList* ParamList =
D->getDescribedTemplateParams()) {
Expand Down

0 comments on commit 9995520

Please sign in to comment.