[llvm-bugs] [Bug 43000] New: Treat `-x objc` as an alias for `-x objective-c`

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 14 17:41:56 PDT 2019


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

            Bug ID: 43000
           Summary: Treat `-x objc` as an alias for `-x objective-c`
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: jordan_rose at apple.com
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk

% pbpaste | clang -x objc -fsyntax-only -   
clang: error: language not recognized: 'objc'
clang: warning: -: 'linker' input unused [-Wunused-command-line-argument]
% pbpaste | xcrun clang -x objective-c -fsyntax-only -
%

I do this more often than I'd like. This would make it nicer.

-- 
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/20190815/45b86dc8/attachment.html>


More information about the llvm-bugs mailing list