Skip to content

Commit

Permalink
Add namespace qualifier for llvm::StringRef
Browse files Browse the repository at this point in the history
  • Loading branch information
slackito committed Feb 21, 2024
1 parent c63e68b commit 2b2881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/InstallAPI/Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct InstallAPIContext {
llvm::Triple TargetTriple{};

/// File Path of output location.
StringRef OutputLoc{};
llvm::StringRef OutputLoc{};

/// What encoding to write output as.
llvm::MachO::FileType FT = llvm::MachO::FileType::TBD_V5;
Expand Down

0 comments on commit 2b2881b

Please sign in to comment.