[Clang][Driver][NFC] Corrected DeviceActionBuilder methods' comments.
authorSergey Dmitriev <serguei.n.dmitriev@intel.com>
Wed, 2 Oct 2019 20:44:45 +0000 (20:44 +0000)
committerSergey Dmitriev <serguei.n.dmitriev@intel.com>
Wed, 2 Oct 2019 20:44:45 +0000 (20:44 +0000)
Differential Revision: https://reviews.llvm.org/D68355

llvm-svn: 373523

clang/lib/Driver/Driver.cpp

index 94d50d7..5233691 100644 (file)
@@ -2281,12 +2281,10 @@ class OffloadingActionBuilder final {
       return ABRT_Inactive;
     }
 
-    /// Append top level actions generated by the builder. Return true if errors
-    /// were found.
+    /// Append top level actions generated by the builder.
     virtual void appendTopLevelActions(ActionList &AL) {}
 
-    /// Append linker actions generated by the builder. Return true if errors
-    /// were found.
+    /// Append linker actions generated by the builder.
     virtual void appendLinkDependences(OffloadAction::DeviceDependences &DA) {}
 
     /// Initialize the builder. Return true if any initialization errors are