diff options
Diffstat (limited to 'lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp b/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp index 9d77ad4daa..d15c8ba408 100644 --- a/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp @@ -83,7 +83,7 @@ class InitSelfBug : public BugType { const std::string desc; public: InitSelfBug() : BugType("Missing \"self = [(super or self) init...]\"", - "Core Foundation/Objective-C") {} + categories::CoreFoundationObjectiveC) {} }; } // end anonymous namespace |