BugType objects are initialized in-class instead of by lazy initialization.
FuchsiaHandleChecker does this already.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Why is BuiltinBug used instead of BugType? The differentiation between these classes looks not obvious. There is even a non-virtual getDescription function in both classes and a confusion with meaning of "name" and "description".