Skip to content

Commit 21c780a

Browse files
author
Doug Wyatt
committed
clang-format
1 parent 95b7a00 commit 21c780a

File tree

1 file changed

+2
-1
lines changed
  • clang/include/clang/Sema

1 file changed

+2
-1
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4317,7 +4317,8 @@ class Sema final : public SemaBase {
43174317
// Whether the callee should be ignored in CUDA/HIP/OpenMP host/device check.
43184318
bool shouldIgnoreInHostDeviceCheck(FunctionDecl *Callee);
43194319

4320-
/// Warn and return true if adding a function effect to a set would create a conflict.
4320+
/// Warn and return true if adding a function effect to a set would create a
4321+
/// conflict.
43214322
bool diagnoseConflictingFunctionEffect(const FunctionEffectsRef &FX,
43224323
const FunctionEffectWithCondition &EC,
43234324
SourceLocation NewAttrLoc);

0 commit comments

Comments
 (0)