[llvm-bugs] [Bug 34678] New: #include sorting should have a case-insensitive option

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 19 16:30:19 PDT 2017


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

            Bug ID: 34678
           Summary: #include sorting should have a case-insensitive option
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Formatter
          Assignee: unassignedclangbugs at nondot.org
          Reporter: jordan_rose at apple.com
                CC: djasper at google.com, klimek at google.com,
                    llvm-bugs at lists.llvm.org

The Swift project has headers in folders called "SIL" and "Sema". clang-format
currently sorts these includes as

#include "swift/SIL/SILModule.h"
#include "swift/Sema/IDETypeChecking.h"

But we'd prefer a case-insensitive sort.

-- 
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/20170919/5f49d8d7/attachment.html>


More information about the llvm-bugs mailing list