mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Apparently, the style needs to be agreed upon first. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -48,5 +48,5 @@ public:
|
||||
|
||||
void resetUsedFlag() { HasBeenUsed = false; }
|
||||
};
|
||||
} // namespace llvm
|
||||
}
|
||||
#endif
|
||||
|
@@ -103,6 +103,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace llvm
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@@ -157,6 +157,6 @@ private:
|
||||
AsmPrinter *AP;
|
||||
DenseMap<const DIE *, unsigned> Numbering;
|
||||
};
|
||||
} // namespace llvm
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@@ -55,6 +55,6 @@ public:
|
||||
void calculateDbgValueHistory(const MachineFunction *MF,
|
||||
const TargetRegisterInfo *TRI,
|
||||
DbgValueHistoryMap &Result);
|
||||
} // namespace llvm
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@@ -175,6 +175,6 @@ inline bool operator<(const DebugLocEntry::Value &A,
|
||||
B.getExpression()->getBitPieceOffset();
|
||||
}
|
||||
|
||||
} // namespace llvm
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@@ -252,5 +252,5 @@ public:
|
||||
void dump() { print(dbgs()); }
|
||||
#endif
|
||||
};
|
||||
} // namespace llvm
|
||||
}
|
||||
#endif
|
||||
|
@@ -817,4 +817,4 @@ bool DwarfCompileUnit::includeMinimalInlineScopes() const {
|
||||
return getCUNode()->getEmissionKind() == DIBuilder::LineTablesOnly ||
|
||||
(DD->useSplitDwarf() && !Skeleton);
|
||||
}
|
||||
} // namespace llvm
|
||||
} // end llvm namespace
|
||||
|
@@ -231,6 +231,6 @@ public:
|
||||
const MCSymbol *getBaseAddress() const { return BaseAddress; }
|
||||
};
|
||||
|
||||
} // namespace llvm
|
||||
} // end llvm namespace
|
||||
|
||||
#endif
|
||||
|
@@ -131,6 +131,6 @@ public:
|
||||
void EmitUnsigned(uint64_t Value) override;
|
||||
bool isFrameRegister(unsigned MachineReg) override;
|
||||
};
|
||||
} // namespace llvm
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@@ -170,4 +170,4 @@ bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) {
|
||||
Vars.push_back(Var);
|
||||
return true;
|
||||
}
|
||||
} // namespace llvm
|
||||
}
|
||||
|
@@ -114,5 +114,5 @@ public:
|
||||
return DITypeNodeToDieMap.lookup(TypeMD);
|
||||
}
|
||||
};
|
||||
} // namespace llvm
|
||||
}
|
||||
#endif
|
||||
|
@@ -45,5 +45,5 @@ public:
|
||||
/// Get a reference to an entry in the string pool.
|
||||
EntryRef getEntry(AsmPrinter &Asm, StringRef Str);
|
||||
};
|
||||
} // namespace llvm
|
||||
}
|
||||
#endif
|
||||
|
@@ -402,5 +402,5 @@ public:
|
||||
}
|
||||
DwarfCompileUnit &getCU() override { return CU; }
|
||||
};
|
||||
} // namespace llvm
|
||||
} // end llvm namespace
|
||||
#endif
|
||||
|
@@ -132,7 +132,7 @@ public:
|
||||
void beginInstruction(const MachineInstr *MI) override {}
|
||||
void endInstruction() override {}
|
||||
};
|
||||
} // namespace llvm
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -378,4 +378,4 @@ void WinCodeViewLineTables::beginInstruction(const MachineInstr *MI) {
|
||||
return;
|
||||
maybeRecordLocation(DL, Asm->MF);
|
||||
}
|
||||
} // namespace llvm
|
||||
}
|
||||
|
@@ -70,7 +70,7 @@ public:
|
||||
/// Gather and emit post-function exception information.
|
||||
void endFunction(const MachineFunction *) override;
|
||||
};
|
||||
} // namespace llvm
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user