[all-commits] [llvm/llvm-project] 892477: [clang] Fix ConceptSpecializationExpr::getEndLoc()

Nathan Ridge via All-commits all-commits at lists.llvm.org
Tue Jul 28 23:45:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 89247792c5bdd58500b0e6c5e56532424c2e2ca1
      https://github.com/llvm/llvm-project/commit/89247792c5bdd58500b0e6c5e56532424c2e2ca1
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M clang/include/clang/AST/ExprConcepts.h
    M clang/test/AST/ast-dump-concepts.cpp

  Log Message:
  -----------
  [clang] Fix ConceptSpecializationExpr::getEndLoc()

Summary:
It returned an invalid location in case of a constrained-parameter
with no explicit arguments.

Reviewers: hokein

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D84613




More information about the All-commits mailing list