[clang] 296ebeb - Test commit to check access.

Jack Andersen via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 5 11:36:33 PST 2021


Author: Jack Andersen
Date: 2021-12-05T14:35:33-05:00
New Revision: 296ebeb808a71e44a64e0f805cffc6e3a3bf6182

URL: https://github.com/llvm/llvm-project/commit/296ebeb808a71e44a64e0f805cffc6e3a3bf6182
DIFF: https://github.com/llvm/llvm-project/commit/296ebeb808a71e44a64e0f805cffc6e3a3bf6182.diff

LOG: Test commit to check access.

Added: 
    

Modified: 
    clang/lib/Driver/Driver.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp
index d501bd0262199..3b71fb8d7a876 100644
--- a/clang/lib/Driver/Driver.cpp
+++ b/clang/lib/Driver/Driver.cpp
@@ -1545,7 +1545,7 @@ int Driver::ExecuteCompilation(
   if (Diags.hasErrorOccurred())
     return 1;
 
-  // Set up response file names for each command, if necessary
+  // Set up response file names for each command, if necessary.
   for (auto &Job : C.getJobs())
     setUpResponseFiles(C, Job);
 


        


More information about the cfe-commits mailing list