Reland "[clang-repl] Allow loading of plugins in clang-repl."
authorVassil Vassilev <v.g.vassilev@gmail.com>
Tue, 5 Oct 2021 06:11:42 +0000 (06:11 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Tue, 5 Oct 2021 13:04:01 +0000 (13:04 +0000)
commitf4f9ad0f5d8e8994c677c3712dff7585bf8bd963
treef6bcf8b2bf37620045d5af5417c3022225cf93e2
parente265644b324424bbc00185293594d3207150ee6e
Reland "[clang-repl] Allow loading of plugins in clang-repl."

Differential revision: https://reviews.llvm.org/D110484
clang/include/clang/Frontend/CompilerInstance.h
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
clang/lib/Interpreter/IncrementalParser.cpp
clang/test/Interpreter/plugins.cpp [new file with mode: 0644]
clang/tools/clang-repl/CMakeLists.txt
clang/tools/clang-repl/ClangRepl.cpp