[PATCH] D116085: [clang-tidy] Performance improvements for NOLINTBEGIN/END blocks

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 21 02:14:09 PST 2022


kadircet added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/infrastructure/Inputs/nolintbeginend/1st-translation-unit.cpp:1
+// NOLINTBEGIN
+class A { A(int i); };
----------------
kadircet wrote:
> no run lines or anything here (and the following file)
oops, nevermind this one. I've seen the testing entry down below but forgot to delete the comment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116085/new/

https://reviews.llvm.org/D116085



More information about the cfe-commits mailing list