[all-commits] [llvm/llvm-project] 19fccc: [Concepts] Fix incorrect control flow when TryAnno...
    Saar Raz via All-commits 
    all-commits at lists.llvm.org
       
    Mon Mar 16 16:49:52 PDT 2020
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 19fccc52ff2c1da1f93d9317c34769bd9bab8ac8
      https://github.com/llvm/llvm-project/commit/19fccc52ff2c1da1f93d9317c34769bd9bab8ac8
  Author: Saar Raz <saar at raz.email>
  Date:   2020-03-17 (Tue, 17 Mar 2020)
  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/ParseTemplate.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/test/SemaCXX/invalid-member-expr.cpp
    M clang/test/SemaCXX/typo-correction.cpp
    M clang/test/SemaTemplate/ms-lookup-template-base-classes.cpp
  Log Message:
  -----------
  [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotates an invalid template-id
TryAnnotateTypeConstraint could annotate a template-id which doesn't end up being a type-constraint,
in which case control flow would incorrectly flow into ParseImplicitInt.
Reenter the loop in this case.
Enable relevant tests for C++20. This required disabling typo-correction during TryAnnotateTypeConstraint
and changing a test case which is broken due to a separate bug (will be reported and handled separately).
    
    
More information about the All-commits
mailing list