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 e3f0ce3 commit 2044b18Copy full SHA for 2044b18
clang/include/clang/Sema/Sema.h
@@ -10671,6 +10671,10 @@ class Sema final : public SemaBase {
10671
SourceLocation EndLoc);
10672
void ActOnForEachDeclStmt(DeclGroupPtrTy Decl);
10673
10674
+
10675
+ // Unused, kept in Clang 20 for ABI stability.
10676
+ void DiagnoseDiscardedExprMarkedNodiscard(const Expr *E) {};
10677
10678
/// DiagnoseUnusedExprResult - If the statement passed in is an expression
10679
/// whose result is unused, warn.
10680
void DiagnoseUnusedExprResult(const Stmt *S, unsigned DiagID);
0 commit comments