[llvm-bugs] [Bug 46003] New: Include compile_commands.txt in installed header directory

via llvm-bugs llvm-bugs at lists.llvm.org
Wed May 20 05:11:23 PDT 2020


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

            Bug ID: 46003
           Summary: Include compile_commands.txt in installed header
                    directory
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: redbeard0531 at gmail.com
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com

Having a compile_commands.txt file that includes at least -stdlib=libc++
significantly improves the experience when using clangd and navigating to one
of the libc++ headers on platforms where libc++ is not the default stdlib. It
may also be worth setting -std=c++LATEST so that the maximum amount of code is
parsed and usable, but that is less important than not having every file broken
due to mixing stdlib headers.

-- 
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/20200520/e14ade6d/attachment.html>


More information about the llvm-bugs mailing list