Added support for the fragile ivars provided by

Apple's Objective-C 2.0 runtime.  They are enabled
if the Objective-C runtime has the proper version.

llvm-svn: 123694
This commit is contained in:
Sean Callanan
2011-01-17 23:42:46 +00:00
parent 5caed4e8a8
commit c3a160062d
9 changed files with 135 additions and 14 deletions

View File

@@ -214,7 +214,7 @@ ClangFunction::CompileFunction (Stream &errors)
// Okay, now compile this expression
m_parser.reset(new ClangExpressionParser(m_target_triple.c_str(), *this));
m_parser.reset(new ClangExpressionParser(m_target_triple.c_str(), NULL, *this));
num_errors = m_parser->Parse (errors);