[all-commits] [llvm/llvm-project] 2be92b: Fix ignore-traversal to call correct method

Stephen Kelly via All-commits all-commits at lists.llvm.org
Sun May 24 14:33:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2be92b7f7e41037e051096df8a9c4de35502c036
      https://github.com/llvm/llvm-project/commit/2be92b7f7e41037e051096df8a9c4de35502c036
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2020-05-24 (Sun, 24 May 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/readability/UppercaseLiteralSuffixCheck.cpp
    M clang/lib/AST/Expr.cpp
    M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp

  Log Message:
  -----------
  Fix ignore-traversal to call correct method

As is done by ignoreParenImpCasts(). We were not previously calling the
correct internal method.  Adjust tests to account for this.




More information about the All-commits mailing list