[PATCH] D133801: Extraction of a matcher for an unused value from an expression from the bugprone-unused-return-value check

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 22 23:15:57 PDT 2022


njames93 added a subscriber: kwk.
njames93 added inline comments.


================
Comment at: clang-tools-extra/unittests/clang-tidy/MatchersTest.cpp:2
+#include "utils/Matchers.h"
+#include "../../clang/unittests/ASTMatchers/ASTMatchersTest.h"
+
----------------
@kwk I seem to recall you saying in another patch that this include will break standalone builds, would stripping the leading `../../` work?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133801



More information about the cfe-commits mailing list