[all-commits] [llvm/llvm-project] db7135: [ASTMatchers] Fixed CastKind being parsed incorrec...

Nathan James via All-commits all-commits at lists.llvm.org
Thu Apr 9 07:09:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: db71354e4ff13e8f5c6ab38da6339c7583209be0
      https://github.com/llvm/llvm-project/commit/db71354e4ff13e8f5c6ab38da6339c7583209be0
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M clang/docs/LibASTMatchersReference.html
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/lib/ASTMatchers/Dynamic/Marshallers.cpp
    M clang/lib/ASTMatchers/Dynamic/Marshallers.h
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp

  Log Message:
  -----------
  [ASTMatchers] Fixed CastKind being parsed incorrectly for dynamic matchers

Summary: Requires hasCastKind arguments to have `CK_` prefixed to bring it in line with the documentation and other matchers that take enumerations.

Reviewers: klimek, aaron.ballman

Reviewed By: aaron.ballman

Subscribers: cfe-commits

Tags: #clang

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




More information about the All-commits mailing list