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 a24e8db commit b887050Copy full SHA for b887050
clang/include/clang/Serialization/ASTReader.h
@@ -1392,7 +1392,8 @@ class ASTReader
1392
1393
llvm::DenseMap<const Decl *, bool> DefinitionSource;
1394
1395
- /// Friend functions that were defined but might have had their bodies removed.
+ /// Friend functions that were defined but might have had their bodies
1396
+ /// removed.
1397
llvm::DenseSet<const FunctionDecl *> ThisDeclarationWasADefinitionSet;
1398
1399
bool shouldDisableValidationForFile(const serialization::ModuleFile &M) const;
0 commit comments