commit | 848960c21065e7a9219bff3270c7d120c820cfcc | [log] [tgz] |
---|---|---|
author | Sean Callanan <scallanan@apple.com> | Wed Jun 23 23:18:04 2010 +0000 |
committer | Sean Callanan <scallanan@apple.com> | Wed Jun 23 23:18:04 2010 +0000 |
tree | 909988a089dea6052d1ba233b6d021518dfcccef | |
parent | 705d6782f95a38caa5cddf8dcc32d6b13fab20fc [diff] [blame] |
Added the temporary -i option to expr, which switches the expression parsing over to use the LLVM IR as opposed to Clang ASTs. Right now, that functionality only logs. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@106695 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectExpression.h b/source/Commands/CommandObjectExpression.h index 1959ecb..79a1c4f 100644 --- a/source/Commands/CommandObjectExpression.h +++ b/source/Commands/CommandObjectExpression.h
@@ -52,6 +52,7 @@ bool debug; bool show_types; bool show_summary; + bool use_ir; }; CommandObjectExpression ();