[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / lib / AST / Interp / Frame.cpp
blob16134aa1db36c3e261925548a188b8354f07a566
1 //===--- Frame.cpp - Call frame for the VM and AST Walker -------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #include "Frame.h"
11 using namespace clang;
12 using namespace clang::interp;
14 Frame::~Frame() {}