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 c63e68b commit 2b2881bCopy full SHA for 2b2881b
clang/include/clang/InstallAPI/Context.h
@@ -28,7 +28,7 @@ struct InstallAPIContext {
28
llvm::Triple TargetTriple{};
29
30
/// File Path of output location.
31
- StringRef OutputLoc{};
+ llvm::StringRef OutputLoc{};
32
33
/// What encoding to write output as.
34
llvm::MachO::FileType FT = llvm::MachO::FileType::TBD_V5;
0 commit comments