[clang] 2b2881b - Add namespace qualifier for llvm::StringRef

Jorge Gorbe Moya via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 21 14:16:46 PST 2024


Author: Jorge Gorbe Moya
Date: 2024-02-21T14:16:27-08:00
New Revision: 2b2881b0ae94e56aa019b519419d122bb7b81462

URL: https://github.com/llvm/llvm-project/commit/2b2881b0ae94e56aa019b519419d122bb7b81462
DIFF: https://github.com/llvm/llvm-project/commit/2b2881b0ae94e56aa019b519419d122bb7b81462.diff

LOG: Add namespace qualifier for llvm::StringRef

Added: 
    

Modified: 
    clang/include/clang/InstallAPI/Context.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/InstallAPI/Context.h b/clang/include/clang/InstallAPI/Context.h
index b06168918a6138..7d105920734fde 100644
--- a/clang/include/clang/InstallAPI/Context.h
+++ b/clang/include/clang/InstallAPI/Context.h
@@ -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;


        


More information about the cfe-commits mailing list