[all-commits] [llvm/llvm-project] 79cc9e: Revert "[Concepts] Constrained partial specializat...

Reid Kleckner via All-commits all-commits at lists.llvm.org
Sun Dec 22 11:45:00 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 79cc9e9b304a90598e8def4c8b5354d1f99186eb
      https://github.com/llvm/llvm-project/commit/79cc9e9b304a90598e8def4c8b5354d1f99186eb
  Author: Reid Kleckner <rnk at google.com>
  Date:   2019-12-22 (Sun, 22 Dec 2019)

  Changed paths:
    M clang/include/clang/AST/DeclTemplate.h
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Sema/Sema.h
    M clang/lib/AST/ASTImporter.cpp
    M clang/lib/AST/DeclTemplate.cpp
    M clang/lib/Frontend/FrontendActions.cpp
    M clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/SemaTemplateDeduction.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.id/p3.cpp
    R clang/test/CXX/temp/temp.constr/temp.constr.normal/p1.cpp
    R clang/test/CXX/temp/temp.constr/temp.constr.order/class-template-partial-specializations.cpp
    R clang/test/CXX/temp/temp.constr/temp.constr.order/function-templates.cpp
    R clang/test/CXX/temp/temp.constr/temp.constr.order/var-template-partial-specializations.cpp

  Log Message:
  -----------
  Revert "[Concepts] Constrained partial specializations and function overloads."

This reverts commit d3f5769d5e93b30d4a8b4696381d5e4a304992fa.

Causes crashes on Chromium. Have reproducer, will reduce and send along.




More information about the All-commits mailing list