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: unassignedclangb...@nondot.org
          Reporter: jordan_r...@apple.com
                CC: llvm-bugs@lists.llvm.org, neeil...@live.com,
                    richard-l...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to