[all-commits] [llvm/llvm-project] 702f82: [ASTMatcher] Avoid isImplicit call on object which...

Stephen Kelly via All-commits all-commits at lists.llvm.org
Tue Dec 15 15:27:59 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 702f822ca5bbff96401e9ede39f4ae5c7cbc6b05
      https://github.com/llvm/llvm-project/commit/702f822ca5bbff96401e9ede39f4ae5c7cbc6b05
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp

  Log Message:
  -----------
  [ASTMatcher] Avoid isImplicit call on object which could be nullptr

A callExpr whose argument is dependent has a null getCalleeDecl().

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


  Commit: 0dd8f6f9035408fc18b4351ae4096a2852aa8fb5
      https://github.com/llvm/llvm-project/commit/0dd8f6f9035408fc18b4351ae4096a2852aa8fb5
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/readability-container-size-empty.cpp

  Log Message:
  -----------
  [ClangTidy] NFC: Add more tests for container-size-empty


Compare: https://github.com/llvm/llvm-project/compare/bc7126b2bc54...0dd8f6f90354


More information about the All-commits mailing list