Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Objective-C and Objective-C++ #1108

Closed
marksisson opened this issue Mar 10, 2020 · 1 comment
Closed

Add support for Objective-C and Objective-C++ #1108

marksisson opened this issue Mar 10, 2020 · 1 comment
Labels
enhancement an enhancement to the product that is either not present or an improvement to an existing feature
Milestone

Comments

@marksisson
Copy link
Contributor

Brief Issue Summary

When including OBJC and OBJCXX languages in C++/C projects, vscode-cmake-tools is logging "Unknown language" warnings for C++/C language standard versions. These same C++/C language standards are used by Objective-C and Objective-C++ in CMake project.

Expected:

Objective-C and Objective-C++ are strict supersets of C and C++ respectively, and CMake added official support for these as languages in 3.16.5, there should be no warnings for associated C++/C language standard versions.

CMake Tools Log

[cpptools] Unknown language: -std=c++1z
[cpptools] Unknown language: -std=c11

Platform and Versions

  • Operating System: macOS
  • CMake Version: 3.16.5
  • VSCode Version: 1.43.0
  • CMake Tools Extension Version: 1.3.1
  • Compiler/Toolchain: clang11
@andreeis andreeis added the enhancement an enhancement to the product that is either not present or an improvement to an existing feature label Mar 11, 2020
@andreeis andreeis modified the milestones: On Deck, 1.4.0 Mar 11, 2020
@andreeis andreeis modified the milestones: 1.4.0, 1.5.0 Apr 1, 2020
@bobbrow bobbrow modified the milestones: 1.6.0, 1.7.0 Feb 16, 2021
@bobbrow bobbrow modified the milestones: 1.7.0, 1.8.0 Apr 23, 2021
@bobbrow bobbrow removed this from the 1.8.0 milestone May 24, 2021
@bobbrow bobbrow added this to Triage in 1.8.0 May 24, 2021
@bobbrow bobbrow removed this from Triage in 1.8.0 Jun 14, 2021
@andreeis andreeis added this to the Backlog milestone Jun 22, 2021
@andreeis
Copy link
Contributor

Closing this report since this is fixed in 1.4.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement an enhancement to the product that is either not present or an improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants