[PATCH] D76477: [clang-tidy] Update path of main translation unit

Jens Carl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 19 22:27:12 PDT 2020


j-carl created this revision.
Herald added subscribers: cfe-commits, xazax.hun.
Herald added a project: clang.
j-carl added a reviewer: alexfh.
j-carl added a project: clang-tools-extra.
j-carl edited the summary of this revision.
j-carl removed a reviewer: alexfh.
j-carl added a reviewer: alexfh.

The forcing of the linker for a new module was moved from file
clang-tidy/tools/ClangTidyModule.cpp to
clang-tidy/ClangTidyForceLinker.h.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76477

Files:
  clang-tools-extra/docs/clang-tidy/Contributing.rst


Index: clang-tools-extra/docs/clang-tidy/Contributing.rst
===================================================================
--- clang-tools-extra/docs/clang-tidy/Contributing.rst
+++ clang-tools-extra/docs/clang-tidy/Contributing.rst
@@ -256,7 +256,7 @@
 
 And this to the main translation unit of the :program:`clang-tidy` binary (or
 the binary you link the ``clang-tidy`` library in)
-``clang-tidy/tool/ClangTidyMain.cpp``:
+``clang-tidy/ClangTidyForceLinker.h``:
 
 .. code-block:: c++
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76477.251554.patch
Type: text/x-patch
Size: 494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200320/ddc997ee/attachment.bin>


More information about the cfe-commits mailing list