Saar Raz
f567b00880
[Concepts] ConceptSpecializationExprs mangling
...
Implement mangling for CSEs to match regular template-ids.
Reviewed as part of D41569 <https://reviews.llvm.org/D41569 >.
Re-commit fixing failing test.
llvm-svn: 375063
2019-10-17 00:16:01 +00:00
Nico Weber
b13d257028
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).
llvm-svn: 374985
2019-10-16 10:23:53 +00:00
Saar Raz
1e3e77e0b6
Fix failing mangle-concept.cpp test.
...
llvm-svn: 374971
2019-10-16 02:56:40 +00:00
Saar Raz
5e34ad109c
[Concepts] ConceptSpecializationExprs mangling
...
Implement mangling for CSEs to match regular template-ids.
Reviewed as part of D41569.
llvm-svn: 374967
2019-10-16 02:33:41 +00:00