[PATCH] D112663: [clang-repl] Allow Interpreter::getSymbolAddress to take a mangled name.
Vassil Vassilev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 10 02:24:37 PST 2021
v.g.vassilev added inline comments.
================
Comment at: clang/unittests/Interpreter/IncrementalProcessingTest.cpp:20
#include "clang/Sema/Sema.h"
+#include "clang/Sema/TemplateDeduction.h"
#include "llvm/ADT/Triple.h"
----------------
rsmith wrote:
> Given that this file is unchanged, do we need the new includes?
A leftover from some other experiments. Thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112663/new/
https://reviews.llvm.org/D112663
More information about the cfe-commits
mailing list