Author: Aaron Ballman Date: 2024-08-30T12:02:46-04:00 New Revision: 97122550961944f2376f0e84a73cdd5b9e042bc4
URL: https://github.com/llvm/llvm-project/commit/97122550961944f2376f0e84a73cdd5b9e042bc4 DIFF: https://github.com/llvm/llvm-project/commit/97122550961944f2376f0e84a73cdd5b9e042bc4.diff LOG: Fix a minor issue with the documentation; NFC Added: Modified: clang-tools-extra/docs/clang-tidy/Contributing.rst Removed: ################################################################################ diff --git a/clang-tools-extra/docs/clang-tidy/Contributing.rst b/clang-tools-extra/docs/clang-tidy/Contributing.rst index b04809c3308f17..d5303418b859b2 100644 --- a/clang-tools-extra/docs/clang-tidy/Contributing.rst +++ b/clang-tools-extra/docs/clang-tidy/Contributing.rst @@ -340,6 +340,7 @@ expression incrementally and use :program:`clang-query`'s ``let`` command to sav matching expressions to simplify your matcher. .. code-block:: console + clang-query> let c1 cxxRecordDecl() clang-query> match c1 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits