[all-commits] [llvm/llvm-project] 9caf12: Use isa instead of dyn_cast

Dmitri Gribenko via All-commits all-commits at lists.llvm.org
Fri Dec 20 05:43:46 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9caf12e8495c1106dd3d1079892ce4f39f91b7d2
      https://github.com/llvm/llvm-project/commit/9caf12e8495c1106dd3d1079892ce4f39f91b7d2
  Author: Dmitri Gribenko <gribozavr at gmail.com>
  Date:   2019-12-20 (Fri, 20 Dec 2019)

  Changed paths:
    M clang/lib/Tooling/Syntax/Mutations.cpp

  Log Message:
  -----------
  Use isa instead of dyn_cast


  Commit: 73f423e739bcb9bee7b73f05d4bcd50782013a8c
      https://github.com/llvm/llvm-project/commit/73f423e739bcb9bee7b73f05d4bcd50782013a8c
  Author: Dmitri Gribenko <gribozavr at gmail.com>
  Date:   2019-12-20 (Fri, 20 Dec 2019)

  Changed paths:
    M clang/lib/Tooling/Syntax/Tokens.cpp

  Log Message:
  -----------
  Parenthesized a logical expression.

This change fixes a warning on the ppc64be buildbot.


Compare: https://github.com/llvm/llvm-project/compare/e498be573871...73f423e739bc


More information about the All-commits mailing list