[clang-repl] Allow loading of plugins in clang-repl.
commit81fb640f83b6a5d099f9124739ab3049be79ea56
authorVassil Vassilev <v.g.vassilev@gmail.com>
Sat, 25 Sep 2021 17:30:49 +0000 (25 17:30 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Tue, 5 Oct 2021 05:20:30 +0000 (5 05:20 +0000)
tree9e830839e801eb10d7c6422bfd14a26f677aa69e
parent65c284a7be0311f62873be9eecdff120de12e094
[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