Revert 266186 as it breaks anything that includes type_traits on some platforms
Since this patch provided support for the __float128 type but disabled it on all platforms by default, some platforms can't compile type_traits with -std=gnu++11 since there is a specialization with __float128. This reverts the patch until D19125 is approved (i.e. we know which platforms need this support enabled). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266460 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- bindings/python/clang/cindex.py 0 additions, 1 deletionbindings/python/clang/cindex.py
- include/clang-c/Index.h 0 additions, 1 deletioninclude/clang-c/Index.h
- include/clang/AST/ASTContext.h 4 additions, 2 deletionsinclude/clang/AST/ASTContext.h
- include/clang/AST/BuiltinTypes.def 0 additions, 3 deletionsinclude/clang/AST/BuiltinTypes.def
- include/clang/AST/Type.h 1 addition, 1 deletioninclude/clang/AST/Type.h
- include/clang/AST/TypeLoc.h 1 addition, 1 deletioninclude/clang/AST/TypeLoc.h
- include/clang/Basic/DiagnosticSemaKinds.td 4 additions, 2 deletionsinclude/clang/Basic/DiagnosticSemaKinds.td
- include/clang/Basic/Specifiers.h 0 additions, 1 deletioninclude/clang/Basic/Specifiers.h
- include/clang/Basic/TargetInfo.h 3 additions, 17 deletionsinclude/clang/Basic/TargetInfo.h
- include/clang/Basic/TokenKinds.def 0 additions, 1 deletioninclude/clang/Basic/TokenKinds.def
- include/clang/Driver/Options.td 0 additions, 4 deletionsinclude/clang/Driver/Options.td
- include/clang/Lex/LiteralSupport.h 0 additions, 1 deletioninclude/clang/Lex/LiteralSupport.h
- include/clang/Sema/DeclSpec.h 0 additions, 1 deletioninclude/clang/Sema/DeclSpec.h
- include/clang/Serialization/ASTBitCodes.h 0 additions, 2 deletionsinclude/clang/Serialization/ASTBitCodes.h
- lib/AST/ASTContext.cpp 9 additions, 16 deletionslib/AST/ASTContext.cpp
- lib/AST/ItaniumMangle.cpp 1 addition, 7 deletionslib/AST/ItaniumMangle.cpp
- lib/AST/MicrosoftMangle.cpp 0 additions, 1 deletionlib/AST/MicrosoftMangle.cpp
- lib/AST/NSAPI.cpp 0 additions, 1 deletionlib/AST/NSAPI.cpp
- lib/AST/StmtPrinter.cpp 0 additions, 1 deletionlib/AST/StmtPrinter.cpp
- lib/AST/Type.cpp 3 additions, 5 deletionslib/AST/Type.cpp
Loading
Please register or sign in to comment