Skip to content

Commit 03aefdb

Browse files
Doug Wyattcjappl
authored andcommitted
clang-format
1 parent 5bf2f17 commit 03aefdb

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
@@ -4333,7 +4333,8 @@ class Sema final : public SemaBase {
43334333
// Whether the callee should be ignored in CUDA/HIP/OpenMP host/device check.
43344334
bool shouldIgnoreInHostDeviceCheck(FunctionDecl *Callee);
43354335

4336-
/// Warn and return true if adding a function effect to a set would create a conflict.
4336+
/// Warn and return true if adding a function effect to a set would create a
4337+
/// conflict.
43374338
bool diagnoseConflictingFunctionEffect(const FunctionEffectsRef &FX,
43384339
const FunctionEffectWithCondition &EC,
43394340
SourceLocation NewAttrLoc);

0 commit comments

Comments
 (0)