forked from OSchip/llvm-project
corrected check::EndOfTranslationUnit checker name and added 'const' to declaration
llvm-svn: 153302
This commit is contained in:
parent
760c54e640
commit
edb062887f
|
@ -145,9 +145,9 @@ public:
|
|||
/// \brief Called after analysis of a TranslationUnit is complete.
|
||||
///
|
||||
/// check::EndOfTranslationUnit
|
||||
void checkEndTranslationUnit(const TranslationUnitDecl *TU,
|
||||
void checkEndOfTranslationUnit(const TranslationUnitDecl *TU,
|
||||
AnalysisManager &Mgr,
|
||||
BugReporter &BR) {}
|
||||
BugReporter &BR) const {}
|
||||
|
||||
|
||||
/// \brief Evaluates function call.
|
||||
|
|
Loading…
Reference in New Issue