Sean Callanan 9301ec1191 Eliminated redundant "constructors" for ClangExpressionVariable.
The ClangExpressionVariable::CreateVariableInList functions looked cute, but                                                                                                                                           
caused more confusion than they solved.  I removed them, and instead made sure                                                                                                                                         
that there are adequate facilities for easily adding newly-constructed                                                                                                                                                 
ExpressionVariables to lists.      

I also made some of the constructors that are common be generic, so that it's
possible to construct expression variables from generic places (like the ABI and
ValueObject) without having to know the specifics about the class.

llvm-svn: 249095
2015-10-01 23:07:06 +00:00
..
2015-09-03 08:46:55 +00:00
2015-09-09 17:25:43 +00:00
2015-04-14 21:34:51 +00:00
2015-07-22 00:16:02 +00:00
2015-05-27 12:48:14 +00:00
2015-09-22 05:07:56 +00:00
2015-08-26 23:55:14 +00:00