This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy][NFC] Update path of main translation unit
ClosedPublic

Authored by j-carl on Mar 19 2020, 10:19 PM.

Details

Summary

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

Diff Detail

Event Timeline

j-carl created this revision.Mar 19 2020, 10:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 19 2020, 10:19 PM
j-carl added a project: Restricted Project.
j-carl edited the summary of this revision. (Show Details)
j-carl removed a reviewer: alexfh.
j-carl added a reviewer: alexfh.
PiotrZSL accepted this revision.Jul 18 2023, 12:41 AM
PiotrZSL added a subscriber: PiotrZSL.

LGTM, probably LLVM_ATTRIBUTE_UNUSED need to be added to example before committing.

This revision is now accepted and ready to land.Jul 18 2023, 12:41 AM
Herald added a project: Restricted Project. · View Herald Transcript
PiotrZSL retitled this revision from [clang-tidy] Update path of main translation unit to [clang-tidy][NFC] Update path of main translation unit.Jul 18 2023, 12:41 AM
This revision was automatically updated to reflect the committed changes.