mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
Enabled dedicated debugger support in Clang, meaning
that Objective-C methods returning types incompatible with "id" can be properly cast. llvm-svn: 142702
This commit is contained in:
@@ -231,7 +231,7 @@ ClangExpressionParser::ClangExpressionParser (ExecutionContextScope *exe_scope,
|
||||
m_compiler->getLangOpts().ThreadsafeStatics = false;
|
||||
m_compiler->getLangOpts().AccessControl = false; // Debuggers get universal access
|
||||
m_compiler->getLangOpts().DollarIdents = true; // $ indicates a persistent variable name
|
||||
//m_compiler->getLangOpts().DebuggerSupport = true; // Features specifically for debugger clients
|
||||
m_compiler->getLangOpts().DebuggerSupport = true; // Features specifically for debugger clients
|
||||
|
||||
// Set CodeGen options
|
||||
m_compiler->getCodeGenOpts().EmitDeclMetadata = true;
|
||||
|
||||
Reference in New Issue
Block a user