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 7a0d64a commit 18f967eCopy full SHA for 18f967e
clang/lib/Serialization/ASTWriter.cpp
@@ -695,7 +695,6 @@ void TypeLocWriter::VisitPipeTypeLoc(PipeTypeLoc TL) {
695
void TypeLocWriter::VisitBitIntTypeLoc(clang::BitIntTypeLoc TL) {
696
addSourceLocation(TL.getNameLoc());
697
}
698
-
699
void TypeLocWriter::VisitDependentBitIntTypeLoc(
700
clang::DependentBitIntTypeLoc TL) {
701
0 commit comments