[llvm-commits] [llvm] r93777 - /llvm/trunk/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp

Kenneth Uildriks kennethuil at gmail.com
Tue Jan 19 10:42:44 PST 2010


On Tue, Jan 19, 2010 at 12:02 PM, Chris Lattner <clattner at apple.com> wrote:
> On Jan 19, 2010, at 8:48 AM, Daniel Dunbar wrote:
>> Why not return a reference and define this problem away?
>
> A better question is "why don't we have a decent C++ refactoring tool
> that wouldn't have done this in the first place"?

Because parsing C++ is hard, so writing tools that must parse C++ code
(such as a refactoring tool) is hard, so few of them will exist
compared to tools for other languages.



More information about the llvm-commits mailing list