[llvm-bugs] [Bug 41599] DISPFlag : Backward compatibility not respected on DIBuilder::createMethod

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 26 07:30:53 PDT 2019


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

Vivien MILLET <vivien.millet at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Vivien MILLET <vivien.millet at gmail.com> ---
Indeed, you are right, I messed up with the different numerous booleans and
flags that were passed to these functions. The thing is once I switched to LLVM
8 I didn't have the previous code under my eyes and the meaning of the previous
booleans. It is very error prone. I wonder why not declaring deprecated the old
overload while keeping them. That would keep clear information about what
changed during the refactor.
Thanks.

-- 
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/20190426/3d4cc3a5/attachment.html>


More information about the llvm-bugs mailing list