|
clang 23.0.0git
|
Registers BuilderT under the name returned by BuilderT::summaryName().
More...
#include "clang/ScalableStaticAnalysisFramework/Core/SummaryData/SummaryDataBuilderRegistry.h"
Public Member Functions | |
| Add (llvm::StringRef Desc) | |
| Add (const Add &)=delete | |
| Add & | operator= (const Add &)=delete |
Registers BuilderT under the name returned by BuilderT::summaryName().
Only a description is required.
Add objects must be declared static at namespace scope — they register an entry in a global linked list on construction and are not copyable or movable.
Definition at line 49 of file SummaryDataBuilderRegistry.h.
|
inlineexplicit |
Definition at line 50 of file SummaryDataBuilderRegistry.h.
Referenced by Add(), and operator=().
|
delete |
References Add().
|
delete |
References Add().