[all-commits] [llvm/llvm-project] 02fccc: Revert "DR458: Search template parameter scopes in...

Richard Smith via All-commits all-commits at lists.llvm.org
Tue Jun 16 23:55:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 02fccc26cf6af22c07fb81ff3aa69abd77850028
      https://github.com/llvm/llvm-project/commit/02fccc26cf6af22c07fb81ff3aa69abd77850028
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2020-06-16 (Tue, 16 Jun 2020)

  Changed paths:
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Scope.h
    M clang/lib/AST/DeclBase.cpp
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/test/CXX/drs/dr4xx.cpp
    M clang/test/CXX/temp/temp.res/temp.local/p8.cpp
    M clang/test/SemaCXX/lambda-expressions.cpp
    M clang/www/cxx_dr_status.html

  Log Message:
  -----------
  Revert "DR458: Search template parameter scopes in the right order."

We weren't re-entering template scopes in the right order, causing this
to break self-host with -fdelayed-template-parsing.

This reverts commit 237c2a23b6d4fa953f5ae910dccf492db61bb959.




More information about the All-commits mailing list