Skip to content

Commit 2b2881b

Browse files
committed
Add namespace qualifier for llvm::StringRef
1 parent c63e68b commit 2b2881b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/InstallAPI/Context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct InstallAPIContext {
2828
llvm::Triple TargetTriple{};
2929

3030
/// File Path of output location.
31-
StringRef OutputLoc{};
31+
llvm::StringRef OutputLoc{};
3232

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

0 commit comments

Comments
 (0)