]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: clean up Codepoint and InputSource
authorRaiki Tamura <tamaron1203@gmail.com>
Sun, 6 Aug 2023 10:17:17 +0000 (19:17 +0900)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 18:00:30 +0000 (19:00 +0100)
commit5b47923fe512f088a4f1c31466236843c20b7ff9
tree4c3258bbf931ea7093e47d8c7008bcc35d9dbeaa
parent1e288d66cb4f0a25a249c0c6dacc2efbf9e44dc8
gccrs: clean up Codepoint and InputSource

gcc/rust/ChangeLog:

* lex/rust-codepoint.h: Moved to...
* util/rust-codepoint.h: ...here.
* lex/rust-input-source.h: Add missing license
* util/rust-unicode.cc: Add missing license
* util/rust-punycode.cc (extract_basic_string): Remove constant

Signed-off-by: Raiki Tamura <tamaron1203@gmail.com>
gcc/rust/lex/rust-input-source.h
gcc/rust/util/rust-codepoint.h [moved from gcc/rust/lex/rust-codepoint.h with 100% similarity]
gcc/rust/util/rust-punycode.cc
gcc/rust/util/rust-unicode.cc