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 c9b1071 commit ecdd9bcCopy full SHA for ecdd9bc
include/swift/SIL/SILDebugInfoExpression.h
@@ -15,8 +15,10 @@
15
/// (debug info) operator and operand.
16
///
17
//===----------------------------------------------------------------------===//
18
+
19
#ifndef SWIFT_SIL_DEBUGINFOEXPRESSION_H
20
#define SWIFT_SIL_DEBUGINFOEXPRESSION_H
21
22
#include "swift/AST/Decl.h"
23
#include "llvm/ADT/APInt.h"
24
#include "llvm/ADT/ArrayRef.h"
@@ -26,6 +28,7 @@
26
28
#include "llvm/Support/raw_ostream.h"
27
29
30
namespace swift {
31
32
class TailAllocatedDebugVariable;
33
34
/// Operator in a debug info expression
@@ -287,4 +290,5 @@ inline llvm::hash_code hash_value(const SILDebugInfoExpression &elt) {
287
290
}
288
291
289
292
} // end namespace swift
293
294
#endif
0 commit comments