[llvm-bugs] [Bug 48700] New: Implement InheritParentConfig for clang-format

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jan 8 08:59:19 PST 2021


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

            Bug ID: 48700
           Summary: Implement InheritParentConfig for clang-format
           Product: clang
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Tooling
          Assignee: unassignedclangbugs at nondot.org
          Reporter: navarro.benjamin13 at gmail.com
                CC: llvm-bugs at lists.llvm.org

clang-tidy has the InheritParentConfig option available but clang-format does
not.

This options allows to use another config file higher up in the hierarchy as a
base and add/override values.

I think it would be nice if clang-format would behave the same as clang-tidy on
this point, this would bring a new handy feature and uniformize clang based
tools (don't know if other tools could benefit from this)

-- 
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/20210108/728d2d52/attachment.html>


More information about the llvm-bugs mailing list