Fix -Wdocumentation warnings. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 11 May 2021 08:20:55 +0000 (09:20 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 11 May 2021 08:51:49 +0000 (09:51 +0100)
llvm/include/llvm/Frontend/OpenMP/OMPConstants.h

index e0edc9e..af3f249 100644 (file)
@@ -111,11 +111,11 @@ inline std::string getAllAssumeClauseOptions() {
 /// Todo: Update kmp.h to include this file, and remove the enums in kmp.h
 ///       To complete this, more enum values will need to be moved here.
 enum class OMPScheduleType {
-  Static = 34, //< static unspecialized
+  Static = 34, // static unspecialized
   DynamicChunked = 35,
-  GuidedChunked = 36, //< guided unspecialized
+  GuidedChunked = 36, // guided unspecialized
   Runtime = 37,
-  Auto = 38, //< auto
+  Auto = 38, // auto
 
   ModifierNonmonotonic =
       (1 << 30), /**< Set if the nonmonotonic schedule modifier was present */