enum ObjCXXARCStandardLibraryKind
Description
Enumerate the kinds of standard library that
Declared at: clang/include/clang/Lex/PreprocessorOptions.h:35
Enumerators
Name | Value | Comment |
---|---|---|
ARCXX_nolib | 0 | |
ARCXX_libcxx | 1 | libc++ |
ARCXX_libstdcxx | 2 | libstdc++ |
Enumerate the kinds of standard library that
Declared at: clang/include/clang/Lex/PreprocessorOptions.h:35
Name | Value | Comment |
---|---|---|
ARCXX_nolib | 0 | |
ARCXX_libcxx | 1 | libc++ |
ARCXX_libstdcxx | 2 | libstdc++ |