mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 18:40:00 +00:00
The former automatically adapts the prefix to binary and octal
output, and is what we already use in the majority of cases.
Patch generated by:
rg -l '0x\{' | xargs sed -i '' -e 's/0x{:/{:#/'
I ran it 4 times (until it stopped changing things) since each
invocation only converted one instance per line.
No behavior change.
|
||
|---|---|---|
| .. | ||
| AbbreviationsMap.cpp | ||
| AbbreviationsMap.h | ||
| AddressRanges.cpp | ||
| AddressRanges.h | ||
| AttributeValue.cpp | ||
| AttributeValue.h | ||
| CompilationUnit.cpp | ||
| CompilationUnit.h | ||
| DIE.cpp | ||
| DIE.h | ||
| DwarfInfo.cpp | ||
| DwarfInfo.h | ||
| DwarfTypes.h | ||
| LineProgram.cpp | ||
| LineProgram.h | ||