[llvm] [ADT] Add `<cstdint>` to SmallVector (PR #101761)

Sam James via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 15:14:03 PDT 2024


thesamesam wrote:

Actually, I think to be pedantic, I should do `<stdint.h>` given we're using unqualified types, but `llvm/include/llvm/ADT/*` doesn't use qualified types elsewhere for `uint*` so I don't want the hassle unless someone insists.

https://github.com/llvm/llvm-project/pull/101761


More information about the llvm-commits mailing list