[all-commits] [llvm/llvm-project] 77056f: [clang-tidy] Simplify throw keyword missing check

Stephen Kelly via All-commits all-commits at lists.llvm.org
Sat Feb 20 14:08:02 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77056fe58e83100b902216d7bc6274129f80abda
      https://github.com/llvm/llvm-project/commit/77056fe58e83100b902216d7bc6274129f80abda
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.cpp
    M clang-tools-extra/clang-tidy/bugprone/ThrowKeywordMissingCheck.h
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-throw-keyword-missing.cpp

  Log Message:
  -----------
  [clang-tidy] Simplify throw keyword missing check

Extend test to verify that it does not match in template instantiations.

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




More information about the All-commits mailing list