]> granicus.if.org Git - clang/commit
Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"
authorNico Weber <nicolasweber@gmx.de>
Wed, 16 Oct 2019 10:23:53 +0000 (10:23 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 16 Oct 2019 10:23:53 +0000 (10:23 +0000)
commit76775c8f82c0b457e1342513dbd857c15fcae5b1
tree8813073d88f7d063adf1fdbdcf0e073e7ed664c3
parent9978e5efb09956772c955dfe5287647661f7248f
Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"

This reverts commit 5e34ad109ced8dbdea9500ee28180315b2aeba3d.

The mangling test fails on Windows:
http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/15944

It also fails on ppc64le:
http://lab.llvm.org:8011/builders/clang-ppc64le-linux-lnt/builds/21092

Also revert follow-up  374971 "Fix failing mangle-concept.cpp test."
(it did not help on Win/ppc64le).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374985 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ItaniumMangle.cpp
lib/Sema/SemaTemplate.cpp
test/CodeGenCXX/mangle-concept.cpp [deleted file]