We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b7a00 commit 21c780aCopy full SHA for 21c780a
clang/include/clang/Sema/Sema.h
@@ -4317,7 +4317,8 @@ class Sema final : public SemaBase {
4317
// Whether the callee should be ignored in CUDA/HIP/OpenMP host/device check.
4318
bool shouldIgnoreInHostDeviceCheck(FunctionDecl *Callee);
4319
4320
- /// Warn and return true if adding a function effect to a set would create a conflict.
+ /// Warn and return true if adding a function effect to a set would create a
4321
+ /// conflict.
4322
bool diagnoseConflictingFunctionEffect(const FunctionEffectsRef &FX,
4323
const FunctionEffectWithCondition &EC,
4324
SourceLocation NewAttrLoc);
0 commit comments