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 86c95d9 commit c13172dCopy full SHA for c13172d
interpreter/cling/include/cling/Interpreter/DynamicLookupLifetimeHandler.h
@@ -16,7 +16,6 @@ namespace clang {
16
}
17
18
namespace cling {
19
- class DynamicExprInfo;
20
class Interpreter;
21
22
/// \brief Contains declarations for cling's runtime.
@@ -25,6 +24,7 @@ namespace runtime {
25
24
/// \brief Provides private definitions for the dynamic scopes and runtime
26
/// bindings. These builtins should not be used for other purposes.
27
namespace internal {
+ class DynamicExprInfo;
28
29
/// \brief LifetimeHandler is used in case of initialization using address
30
/// on the automatic store (stack) instead of EvaluateT.
0 commit comments