Changeset View
Changeset View
Standalone View
Standalone View
clang-tidy/plugin/ClangTidyPlugin.cpp
Show First 20 Lines • Show All 102 Lines • ▼ Show 20 Lines | |||||
static int LLVM_ATTRIBUTE_UNUSED MiscModuleAnchorDestination = | static int LLVM_ATTRIBUTE_UNUSED MiscModuleAnchorDestination = | ||||
MiscModuleAnchorSource; | MiscModuleAnchorSource; | ||||
// This anchor is used to force the linker to link the ModernizeModule. | // This anchor is used to force the linker to link the ModernizeModule. | ||||
extern volatile int ModernizeModuleAnchorSource; | extern volatile int ModernizeModuleAnchorSource; | ||||
static int LLVM_ATTRIBUTE_UNUSED ModernizeModuleAnchorDestination = | static int LLVM_ATTRIBUTE_UNUSED ModernizeModuleAnchorDestination = | ||||
ModernizeModuleAnchorSource; | ModernizeModuleAnchorSource; | ||||
// This anchor is used to force the linker to link the ObviousModule. | |||||
extern volatile int ObviousModuleAnchorSource; | |||||
static int LLVM_ATTRIBUTE_UNUSED ObviousModuleAnchorDestination = | |||||
ObviousModuleAnchorSource; | |||||
// This anchor is used to force the linker to link the PerformanceModule. | // This anchor is used to force the linker to link the PerformanceModule. | ||||
extern volatile int PerformanceModuleAnchorSource; | extern volatile int PerformanceModuleAnchorSource; | ||||
static int LLVM_ATTRIBUTE_UNUSED PerformanceModuleAnchorDestination = | static int LLVM_ATTRIBUTE_UNUSED PerformanceModuleAnchorDestination = | ||||
PerformanceModuleAnchorSource; | PerformanceModuleAnchorSource; | ||||
// This anchor is used to force the linker to link the ReadabilityModule. | // This anchor is used to force the linker to link the ReadabilityModule. | ||||
extern volatile int ReadabilityModuleAnchorSource; | extern volatile int ReadabilityModuleAnchorSource; | ||||
static int LLVM_ATTRIBUTE_UNUSED ReadabilityModuleAnchorDestination = | static int LLVM_ATTRIBUTE_UNUSED ReadabilityModuleAnchorDestination = | ||||
ReadabilityModuleAnchorSource; | ReadabilityModuleAnchorSource; | ||||
} // namespace tidy | } // namespace tidy | ||||
} // namespace clang | } // namespace clang |