[llvm-bugs] [Bug 24344] Objective-C++ to C++ Rewriter produces ill-formed C++11 code

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Dec 14 14:02:19 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=24344

Paul Robinson <paul_robinson at playstation.sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |paul_robinson at playstation.s
                   |                            |ony.com
         Resolution|---                         |FIXED

--- Comment #2 from Paul Robinson <paul_robinson at playstation.sony.com> ---
Some tests just compile Objective-C++, some (especially Rewriter)
compile both Objective-C++ and regular C++.
In r289167, I made the tests with regular C++ compilations explicitly
specify -std=gnu++98, so they will be insensitive to future changes
in the default C++ dialect.

I don't think anybody is interested in making Objective-C++ compatible
with C++11, going forward.  If they are, that's fine; the point of my
change is to get us closer to being able to change the C++ default.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161214/62284085/attachment.html>


More information about the llvm-bugs mailing list