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: unassignedclangb...@nondot.org
          Reporter: navarro.benjami...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to