[Lldb-commits] [PATCH] D11790: Fix ObjC++ types Class and id being defined in C and C++ expressions.
Dawn Perchik via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 14 12:49:47 PDT 2015
dawn added a comment.
Hi Paul,
Some background... I basically tried the same thing in my original http://reviews.llvm.org/D11102 and http://reviews.llvm.org/D11173. In light of Sean's objections in http://reviews.llvm.org/D11173, I created http://reviews.llvm.org/D11482 which used an option to control this behavior, but Greg and Jim objected to that, so I took their comments and revised http://reviews.llvm.org/D11102 to what I believed the consensus was.
You should read the comments in http://reviews.llvm.org/D11482 as they apply here as well.
My revision of http://reviews.llvm.org/D11102 is what I believe the consensus was, so perhaps you would like to abandon this patch in favor of that one?
Thanks,
-Dawn
http://reviews.llvm.org/D11790
More information about the lldb-commits
mailing list