File tree Expand file tree Collapse file tree 3 files changed +425
-438
lines changed Expand file tree Collapse file tree 3 files changed +425
-438
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ class CXXRecordDecl : public RecordDecl {
260
260
friend class ASTWriter ;
261
261
friend class DeclContext ;
262
262
friend class LambdaExpr ;
263
+ friend class ODRDiagsEmitter ;
263
264
264
265
friend void FunctionDecl::setPure (bool );
265
266
friend void TagDecl::startDefinition ();
Original file line number Diff line number Diff line change @@ -1845,10 +1845,6 @@ class ASTReader
1845
1845
// / if the declaration is not from a module file.
1846
1846
ModuleFile *getOwningModuleFile (const Decl *D);
1847
1847
1848
- // / Get the best name we know for the module that owns the given
1849
- // / declaration, or an empty string if the declaration is not from a module.
1850
- std::string getOwningModuleNameForDiagnostic (const Decl *D);
1851
-
1852
1848
// / Returns the source location for the decl \p ID.
1853
1849
SourceLocation getSourceLocationForDeclID (serialization::GlobalDeclID ID);
1854
1850
You can’t perform that action at this time.
0 commit comments