llvm-project
5dbcbb65 - [ADT] Store integers by value in Twine (NFC) (#158409)

Commit
6 days ago
[ADT] Store integers by value in Twine (NFC) (#158409) This patch stores integers by value in Twine for simplicity. I don't think there is a good reason to store char, unsigned, and int by value and all the other integers by pointers.
Parents
Loading