We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a3801 commit f096fcfCopy full SHA for f096fcf
ClangTidyDiagnosticConsumer.h
@@ -151,11 +151,6 @@ class ClangTidyContext {
151
/// This is called from the \c ClangTidyCheck base class.
152
void setSourceManager(SourceManager *SourceMgr);
153
154
- /// \brief Allow checks to access the SourceManager directly
155
- ///
156
- SourceManager &getSourceManager() const { return DiagEngine->getSourceManager(); }
157
-
158
159
/// \brief Should be called when starting to process new translation unit.
160
void setCurrentFile(StringRef File);
161
0 commit comments