Changeset View
Changeset View
Standalone View
Standalone View
lib/StaticAnalyzer/Core/Checker.cpp
Context not available. | |||||
using namespace clang; | using namespace clang; | ||||
using namespace ento; | using namespace ento; | ||||
int ImplicitNullDerefEvent::Tag; | |||||
Szelethus: nit: Static fields initialize to 0 without out of line definition. | |||||
SzelethusUnsubmitted Not Done ReplyInline ActionsNever mind, you still have to define it. It's been a while since I used static :). Szelethus: Never mind, you still have to define it. It's been a while since I used `static` :). | |||||
StringRef CheckerBase::getTagDescription() const { | StringRef CheckerBase::getTagDescription() const { | ||||
return getCheckName().getName(); | return getCheckName().getName(); | ||||
} | } | ||||
Context not available. |
nit: Static fields initialize to 0 without out of line definition.