[PATCH] D91109: [OMPIRBuilder] Start 'Create' methods with lower case. NFC.

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 9 16:45:00 PST 2020


Meinersbur updated this revision to Diff 304011.
Meinersbur added a comment.

Missed reference of CreateXXXX in comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91109/new/

https://reviews.llvm.org/D91109

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h


Index: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
===================================================================
--- llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
+++ llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
@@ -58,7 +58,7 @@
 
   struct FinalizationInfo {
     /// The finalization callback provided by the last in-flight invocation of
-    /// CreateXXXX for the directive of kind DK.
+    /// createXXXX for the directive of kind DK.
     FinalizeCallbackTy FiniCB;
 
     /// The directive kind of the innermost directive that has an associated


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91109.304011.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201110/5f08d02f/attachment-0001.bin>


More information about the cfe-commits mailing list