[Webkit-unassigned] [Bug 182689] New: Unified builds broke ycm autocompletion using compilation databases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 12 02:46:56 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=182689

            Bug ID: 182689
           Summary: Unified builds broke ycm autocompletion using
                    compilation databases
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: svillar at igalia.com
                CC: lforschler at apple.com

YCM is a popular tool for adding semantic auto-completion to popular editors like vim or emacs. It uses a compilation database in JSON format to know which flags were used to build each file. With unified builds this is no longer working because the ycm tool will never be able to find individual files in the JSON file as the cmake system generates compilation lines for the unified files, not for each individual one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180212/ec66fde9/attachment.html>


More information about the webkit-unassigned mailing list