-
- Downloads
C++1y: Update __cplusplus to temporary value 201305L to allow detection of...
C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. Add __has_feature and __has_extension checks for C++1y features (based on the provisional names from the C++ features study group), and update documentation to match. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181342 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- docs/LanguageExtensions.rst 92 additions, 0 deletionsdocs/LanguageExtensions.rst
- lib/Frontend/InitPreprocessor.cpp 4 additions, 3 deletionslib/Frontend/InitPreprocessor.cpp
- lib/Lex/PPMacroExpansion.cpp 13 additions, 1 deletionlib/Lex/PPMacroExpansion.cpp
- test/Lexer/has_extension_cxx.cpp 6 additions, 0 deletionstest/Lexer/has_extension_cxx.cpp
- test/Lexer/has_feature_cxx0x.cpp 118 additions, 64 deletionstest/Lexer/has_feature_cxx0x.cpp
- test/Preprocessor/init.c 19 additions, 1 deletiontest/Preprocessor/init.c
Loading
Please register or sign in to comment