[llvm-bugs] [Bug 42335] New: Bitstream: readCode + readRecord helper

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jun 19 13:53:51 PDT 2019


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

            Bug ID: 42335
           Summary: Bitstream: readCode + readRecord helper
           Product: clang
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: llvm-bugzilla at jfbastien.com
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk

A lot of code ends up doing readCode and right after readRecord, as noticed in:
https://reviews.llvm.org/D63518#inline-566150

We could add a helper to reduce the amount of code, making it more readable.

-- 
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/20190619/a62e600b/attachment.html>


More information about the llvm-bugs mailing list