Skip to content

Commit

Permalink
Fix -Wdocumentation warnings. NFCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed May 11, 2021
1 parent 7d20f70 commit 3339940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3339940

Please sign in to comment.