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 408bbd4 commit 798288dCopy full SHA for 798288d
clang/include/clang/AST/Expr.h
@@ -16,7 +16,6 @@
16
#include "clang/AST/APNumericStorage.h"
17
#include "clang/AST/APValue.h"
18
#include "clang/AST/ASTVector.h"
19
-#include "clang/AST/Attr.h"
20
#include "clang/AST/ComputeDependence.h"
21
#include "clang/AST/Decl.h"
22
#include "clang/AST/DeclAccessPair.h"
@@ -58,6 +57,7 @@ namespace clang {
58
57
class StringLiteral;
59
class TargetInfo;
60
class ValueDecl;
+ class WarnUnusedResultAttr;
61
62
/// A simple array of base specifiers.
63
typedef SmallVector<CXXBaseSpecifier*, 4> CXXCastPath;
0 commit comments