Revert 374882 "[Concepts] Concept Specialization Expressions"
authorNico Weber <nicolasweber@gmx.de>
Tue, 15 Oct 2019 14:46:39 +0000 (14:46 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 15 Oct 2019 14:46:39 +0000 (14:46 +0000)
commitb4638f9ff063a29e84b2d6b949ee4f7d27e4c2ab
tree79427a0c40b6ecd133a1f6dee91e1276f0629d02
parent52d2a567b5ea4f2ec6d1dd5e9b5661ca8b763eae
Revert 374882 "[Concepts] Concept Specialization Expressions"

This reverts commit ec87b003823d63f3342cf648f55a134c1522e612.
The test fails on Windows, see e.g.
http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/11533/steps/stage%201%20check/logs/stdio

Also revert follow-up r374893.

llvm-svn: 374899
37 files changed:
clang/include/clang/AST/ExprCXX.h
clang/include/clang/AST/RecursiveASTVisitor.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Basic/StmtNodes.td
clang/include/clang/Sema/Sema.h
clang/include/clang/Serialization/ASTBitCodes.h
clang/lib/AST/Expr.cpp
clang/lib/AST/ExprCXX.cpp
clang/lib/AST/ExprClassification.cpp
clang/lib/AST/ExprConstant.cpp
clang/lib/AST/ItaniumMangle.cpp
clang/lib/AST/StmtPrinter.cpp
clang/lib/AST/StmtProfile.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/lib/Frontend/FrontendActions.cpp
clang/lib/Parse/ParseExpr.cpp
clang/lib/Sema/CMakeLists.txt
clang/lib/Sema/SemaConcept.cpp [deleted file]
clang/lib/Sema/SemaExceptionSpec.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/SemaTemplateInstantiate.cpp
clang/lib/Sema/TreeTransform.h
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p1.cpp [new file with mode: 0644]
clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p2.cpp [new file with mode: 0644]
clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p5.cpp [new file with mode: 0644]
clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p6.cpp [new file with mode: 0644]
clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/p7.cpp [new file with mode: 0644]
clang/test/CXX/concepts-ts/dcl.dcl/lit.cfg.py [new file with mode: 0644]
clang/test/CXX/concepts-ts/expr/expr.prim/expr.prim.id/p3.cpp [new file with mode: 0644]
clang/test/CXX/concepts-ts/temp/temp.constr/temp.constr.decl/class-template-decl.cpp [moved from clang/test/CXX/temp/temp.constr/temp.constr.decl/class-template-decl.cpp with 100% similarity]
clang/test/CXX/expr/expr.prim/expr.prim.id/p3.cpp [deleted file]
clang/test/PCH/cxx2a-concept-specialization-expr.cpp [deleted file]
clang/test/Parser/cxx2a-concept-declaration.cpp
clang/tools/libclang/CXCursor.cpp