diff options
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp index 93665596be29..e674ec43bcd9 100644 --- a/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp @@ -120,6 +120,6 @@ void ento::registerCastToStructChecker(CheckerManager &mgr) {    mgr.registerChecker<CastToStructChecker>();  } -bool ento::shouldRegisterCastToStructChecker(const LangOptions &LO) { +bool ento::shouldRegisterCastToStructChecker(const CheckerManager &mgr) {    return true;  } | 
