[all-commits] [llvm/llvm-project] b6073e: Enable the test for hasArraySize() AST matcher in ...

Dmitri Gribenko via All-commits all-commits at lists.llvm.org
Mon Jul 20 01:24:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b6073ee9ae842d1999fd7798a0aac0f8427d6aea
      https://github.com/llvm/llvm-project/commit/b6073ee9ae842d1999fd7798a0aac0f8427d6aea
  Author: Dmitri Gribenko <gribozavr at gmail.com>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp

  Log Message:
  -----------
  Enable the test for hasArraySize() AST matcher in all language modes

Summary:
In C++11 and later Clang generates an implicit conversion from int to
size_t in the AST.

Reviewers: ymandel, hokein

Reviewed By: hokein

Subscribers: cfe-commits

Tags: #clang

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




More information about the All-commits mailing list