mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
Figure out what the fixed expression is, and print it. Added another target setting to
quietly apply fixits for those who really trust clang's fixits. Also, moved the retry into ClangUserExpression::Evaluate, where I can make a whole new ClangUserExpression to do the work. Reusing any of the parts of a UserExpression in situ isn't supported at present. <rdar://problem/25351938> llvm-svn: 264793
This commit is contained in:
@@ -363,6 +363,7 @@ REPL::IOHandlerInputComplete (IOHandler &io_handler, std::string &code)
|
||||
result_valobj_sp,
|
||||
error,
|
||||
0, // Line offset
|
||||
nullptr, // Fixed Expression
|
||||
&jit_module_sp);
|
||||
|
||||
//CommandInterpreter &ci = debugger.GetCommandInterpreter();
|
||||
|
||||
Reference in New Issue
Block a user