diff options
author | Steven Noonan <steven@uplinklabs.net> | 2023-06-20 14:35:29 -0700 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-09-21 12:41:39 +0300 |
commit | 54950544c2a3e36a827144c82df5dbbc5c51c6c3 (patch) | |
tree | 8a13979e761d59750311f6f7f6c3f6683195afd3 /mesonbuild/compilers/c_function_attributes.py | |
parent | 74407670e1a4fb12605e17806b53c42b0559b343 (diff) | |
download | meson-54950544c2a3e36a827144c82df5dbbc5c51c6c3.zip meson-54950544c2a3e36a827144c82df5dbbc5c51c6c3.tar.gz meson-54950544c2a3e36a827144c82df5dbbc5c51c6c3.tar.bz2 |
objective-c++: add support for current supported standards in Apple Clang
Pulled from this list on Xcode 15 beta:
$ clang -E -dM -xobjective-c++ -std=arglbargle -o - /dev/null
error: invalid value 'arglbargle' in '-std=arglbargle'
note: use 'c++98' or 'c++03' for 'ISO C++ 1998 with amendments' standard
note: use 'gnu++98' or 'gnu++03' for 'ISO C++ 1998 with amendments and GNU extensions' standard
note: use 'c++11' for 'ISO C++ 2011 with amendments' standard
note: use 'gnu++11' for 'ISO C++ 2011 with amendments and GNU extensions' standard
note: use 'c++14' for 'ISO C++ 2014 with amendments' standard
note: use 'gnu++14' for 'ISO C++ 2014 with amendments and GNU extensions' standard
note: use 'c++17' for 'ISO C++ 2017 with amendments' standard
note: use 'gnu++17' for 'ISO C++ 2017 with amendments and GNU extensions' standard
note: use 'c++20' for 'ISO C++ 2020 DIS' standard
note: use 'gnu++20' for 'ISO C++ 2020 DIS with GNU extensions' standard
note: use 'c++2b' for 'Working draft for ISO C++ 2023 DIS' standard
note: use 'gnu++2b' for 'Working draft for ISO C++ 2023 DIS with GNU extensions' standard
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'mesonbuild/compilers/c_function_attributes.py')
0 files changed, 0 insertions, 0 deletions