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 5bf2f17 commit 03aefdbCopy full SHA for 03aefdb
clang/include/clang/Sema/Sema.h
@@ -4333,7 +4333,8 @@ class Sema final : public SemaBase {
4333
// Whether the callee should be ignored in CUDA/HIP/OpenMP host/device check.
4334
bool shouldIgnoreInHostDeviceCheck(FunctionDecl *Callee);
4335
4336
- /// 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
4337
+ /// conflict.
4338
bool diagnoseConflictingFunctionEffect(const FunctionEffectsRef &FX,
4339
const FunctionEffectWithCondition &EC,
4340
SourceLocation NewAttrLoc);
0 commit comments